-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Can't get sourcemaps in production? #260
Comments
You have to tell uglifyjs that you want sourcemaps: webpack/webpack#2704 (comment) |
Thanks, that worked! |
Document this in README/guide - #372 |
@gauravtiwari do you mean? devtool: 'source-map' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've tried adding
devtool: 'sourcemap'
to the production.js file but I'm still not getting any sourcemaps outputted in the compiled javascript. Am I missing a step?The text was updated successfully, but these errors were encountered: