purifycss-webpack icon indicating copy to clipboard operation
purifycss-webpack copied to clipboard

UNMAINTAINED, use https://github.com/FullHuman/purgecss-webpack-plugin

Results 45 purifycss-webpack issues
Sort by recently updated
recently updated
newest added

### Notable Changes --- - Breaking change, since schema validation will fail if styleExtensions is still used. ### Issues --- Closes #90

semver: Major
status: Pending
pr_action: Review
type: Refactor

Fixed webpack notification: DeprecationWarning: Chunk.modules is deprecated.

type: Bug
severity: 5 (confusing)
priority: 4 (important)
pr_action: Rebase

> 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: ![screen shot 2018-10-17 at 2 11 03 pm](https://user-images.githubusercontent.com/14239614/47107145-8bb7eb80-d216-11e8-9a88-ce79b685f665.png) ![screen shot 2018-10-17 at 1 59 37 pm](https://user-images.githubusercontent.com/14239614/47106598-02ec8000-d215-11e8-8f0f-ea568a61edd5.png) 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...