- PurifyCSS plugin/loader for webpack.
Installation
npm install purifycss-loader
Usage
var PurifyCssPlugin = ;var webpackConfig =// ...module:loaders:test: /\.css$/ loader: "style-loader!css-loader!purifycss-loader"plugins:__dirname '/index.html'
API
Pass in the filepath to the root html for us to detect classes there. PurifyCSS will look at all your bundles on its own.