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
trafficstars

It should be possible to filter these using functions. More flexible than an array of extensions.

type: Feature
flag: Community help wanted

Not sure if this is the right place to file this issue, perhaps the main purifycss repository is more appropriate, but anyway. I'm trying to use this plugin together with...

If assets happen to return an array of assets instead of an individual asset, the search can return an array of arrays at the moment. `search.files` should normalize this (flatten...

type: Bug
flag: Community help wanted

So I have the following css: ```css body { display: -ms-flexbox; display: flex; background-color: deeppink; } body div { background-color: deepskyblue; } p { background-color: lime; } ``` Which after...

flag: Needs more info

I have such error when trying to use the plugin. Here’s how I’ve set up the CSS loaders: ``` { test: /\.styl$/, include: paths.appSrc, exclude: paths.appComponents, loader: ExtractTextPlugin.extract( ['style'], [...

flag: Needs more info