-
-
Notifications
You must be signed in to change notification settings - Fork 247
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Sourcemap are "empty" when using Webpack plugin #409
Comments
I'm running through the exact same issue @jsnanigans @Ffloriel |
how to solve this |
I'm running through the exact same issue. |
I managed to work around this by removing the webpack plugin and using PurgeCSS via a PostCSS plugin instead. This means PostCSS is handling the source-map. |
Hi there, |
BREAKING CHANGE: drop webpack 4 support
🙏🏼 thank you 🙏🏼 |
Hello,
I have the following Purge CSS Plugin configuration in Webpack 4 :
And my source map look like this :
When I replace Purge CSS Plugin by the same configuration but inside Post CSS Loader my source map seems ok and look like this :
Seems something is broken with the plugin
The text was updated successfully, but these errors were encountered: