bless-css-webpack-plugin
v2.0.0
Published
A webpack plugin for bless CSS
Downloads
236
Maintainers
Readme
bless-css-webpack-plugin
A webpack plugin for bless CSS
Installation
Install the plugin with npm:
npm install --save-dev bless-css-webpack-plugin
Usage
const BlessCSSWebpackPlugin = require('bless-css-webpack-plugin');
// in your webpack config
{
plugins: [
new BlessCSSWebpackPlugin(options)
]
}
options
sourceMap
- set totrue
to enable sourcemaps. Defaultfalse
.addImports
- set totrue
to inject @import rules for generated files. Defaultfalse
.
Differences from bless-webpack-plugin
- Works with the html webpack plugin
- Has tests
- Uses bless 4.0
- Works with sourcemaps
Credits
- The webpack source code and readme for how to write a plugin
- The original
bless-webpack-plugin
plugin
License
MIT