-
Notifications
You must be signed in to change notification settings - Fork 31
web builder does not emit sourcemaps (?) #26
Comments
Seems it only works with inline sourcemaps. Take a look at this .babelrc file: {
"sourceMaps": "inline"
} |
I was able to generate sourcemaps by adding a The problem now is that the source maps are referring to |
+1, we should add |
I would love an option to not generate source maps for pika/web. I have to delete them! |
Any updates on this? Sourcemaps are an important part of any build tool - to play nice with other existing tools. For ex., test coverage tools will show lower test coverage after pika build, just because it has boilerplate code and they can't map back to the original files. @FredKSchott Would love to contribute this, if there is some consensus. |
Support was just added (see the relevant READMEs), and will go out with the next |
No description provided.
The text was updated successfully, but these errors were encountered: