purifycss-webpack
purifycss-webpack copied to clipboard
UNMAINTAINED, use https://github.com/FullHuman/purgecss-webpack-plugin
It should be possible to filter these using functions. More flexible than an array of extensions.
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...
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...
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'], [...