-
Notifications
You must be signed in to change notification settings - Fork 7
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
Source maps are not generated when using the plugin on 2.1.0-beta.2* #7
Comments
@phaistonian Thanks for reporting it.. will try to fix it as soon as possible. |
This is tricky to get it right as of now. Until #2 it is addressed which again depends on the |
Thanks for the heads-up:) |
Same problem here! |
using stable 2.2.1 source maps still not generated |
status? |
Its tough to get it right as I already mentioned in the previous comment. I could hack in to the source map generation from the webpack bundle but that would not be the right source map applied after the optimize-js plugin since the AST becomes different now The best place to resolve is in optimize-js and its already discussed here nolanlawson/optimize-js#25 Please do share if you have any other ideas. |
devtool: source-map
Having this plugin on (with or without
sourceMap: true
) will cause the UglifyJsPlugin not to generate source maps.The text was updated successfully, but these errors were encountered: