purifycss-webpack
purifycss-webpack copied to clipboard
UNMAINTAINED, use https://github.com/FullHuman/purgecss-webpack-plugin
### Notable Changes --- - Breaking change, since schema validation will fail if styleExtensions is still used. ### Issues --- Closes #90
Fixed webpack notification: DeprecationWarning: Chunk.modules is deprecated.
> Hi, this pr contains feature to support webpack 4.x version. ### Description related issue: #137
1. Check the version of package you are using. If it's not the newest version, update and try again (see changelog while updating!). 2. If the issue is still there,...
Looks like the last commit was 10 months ago. Is this project still active/maintained and recommended to be used for cleaning up unused CSS in webpack projects? Or is there...
Versions: `"purify-css": "^1.2.5", "purifycss-webpack": "^0.7.0"` I'm trying to purify CSS modules, but unused classes are being exported as well. Yes, I did everything that is stated in the README: weback.config.js...
`versions: "purify-css": "^1.2.5", "purifycss-webpack": "^0.7.0"` Without purify:   After purify: ![screen shot 2018-10-17 at 2...
I believe PurifyCSS is having an issue parsing CSS, where we use an `data:image/svg` as the background URL. I've run it through the CSS validator, and it looks like the...