1.0.0 • Published 10 years ago
bless-webpack-plugin v1.0.0
Plugin for webpack that runs bless over all (generated) css files.
Usage:
var blessPlugin = require('bless-webpack-plugin');
{
plugins : [
blessPlugin();
]
}API
blessPlugin([blessOptions[, pattern]])
blessOptionsis an options object for bless. It will be passed directly to it.patterna regular expression to find assets that should be transformed with bless. Default:/\.css$/.
1.0.0
10 years ago