-
Notifications
You must be signed in to change notification settings - Fork 69
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 change source-maps style (Webpack Devtool settings) #84
Comments
I have the same problem. When i use |
I resolved this problem by pass some options
|
Hi @code-mcx , I'm not saying source maps are not output ! (already configured the plugin as you suggest) The problem is how source map are actually output. Webpack offer different styles of source maps for production:
But changing this setting doesn't affect source map style when using this plugin! This is a problem when you want to hide your source code while keeping all advantages of source map on a production server. |
@jimblue |
I've just faced the same issue! However even with a working sourceMap I've got the same problem as @jimblue: @NMFR are there any plans to fix/improve this? |
I've been able now to achieve my
Still not happy with the result :/ |
Hey @NMFR, can we have your input about this issue!! |
Hi, sorry i don't have much time lately to work on this. I will take a look but i cant promise when. If you can and wish to help fell free to open a PR. |
@NMFR Removing Sourcemaps in Production is pretty much a good feature.
This works somehow. |
+1, would be great for this to respect the devtool setting! |
Related to #91 and #53 (comment). |
Hi there!
I've notice that output source maps style doesn't respect webpack devtool settings when using this plugin.
While using css nano with post-css loader, source maps style perfectly match webpack configuration.
So I guess this issue is due to your plugin.
Thanks for you help!
Cheers
The text was updated successfully, but these errors were encountered: