-
Notifications
You must be signed in to change notification settings - Fork 109
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Publish sourcemaps #138
Comments
Related to this, type definitions are not published too :) |
Strange, wonder what I misconfigured 🤔 |
For typescript: https://www.typescriptlang.org/docs/handbook/declaration-files/publishing.html Looks like we need:
since the package lives inside dist. I think that should be enough :) |
Ok published 2.0.4 which now publishes types. Having trouble finding info on how to publish sourcemaps. Tried generating inline but it bloated filesize more than felt like a good idea. |
It looks like sourcemaps are created, but not published, which makes it difficult to understand what the library is doing.
The text was updated successfully, but these errors were encountered: