-
-
Notifications
You must be signed in to change notification settings - Fork 158
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
Map sourceMap to devtool #71
Comments
PR welcome |
Can I send a PR for this one? |
Yep, PR welcome |
@evilebottnawi I have a branch with this change that is working for my use case, just working on tests: master...nicholascm:set-sourcemap-based-on-webpack-config . I ran into this issue while trying to configure the terser plugin and generate sourceMaps. |
Looks good, feel free to send a PR |
Partial fixed in |
Feature Proposal
Currently, the
sourceMap
option must be explicitly defined when it'd be much more convenient for it to rely on the value of Webpack'sdevtool
option.Feature Use Case
Less verbose config
The text was updated successfully, but these errors were encountered: