-
Notifications
You must be signed in to change notification settings - Fork 46
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
Utilise prepackFromAst #6
Comments
I haven't had time to take a proper look into this, but it appears that UglifyJs plugin is operating on the AST level. https://github.com/webpack-contrib/uglifyjs-webpack-plugin/blob/master/src/index.js |
@montogeek Do you happen to have experience with this? |
@gajus No, no really |
I just took a look at the prepack source, and the I'm thinking this means that sourcemaps just aren't possible with the current state of prepack. Can somebody confirm? |
So if i understand correctly, source maps aren't working on that moment? |
As far as I understand, source maps do not work at all with Prepack. |
The
prepack
method does not allow to utilise source maps. UseprepackFromAst
to sourcemap generation.The text was updated successfully, but these errors were encountered: