Closed jimblue closed 2 years ago
I'm running through the exact same issue @jsnanigans @Ffloriel
how to solve this
I'm running through the exact same issue. Withou purgecss my webpack settings emit well css source-map.
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, Just a friendly ping to know if a fix for this issue is planned in the roadmap ? Cheers
🙏🏼 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