Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

bless-webpack-plugin

Magnetme461Apache-2.01.0.0

Webpack plugin for bless

webpack, bless, css

readme

Plugin for webpack that runs bless over all (generated) css files.

Usage:

var blessPlugin = require('bless-webpack-plugin');

{
    plugins : [
        blessPlugin();
    ]
}

API

blessPlugin([blessOptions[, pattern]])

  • blessOptions is an options object for bless. It will be passed directly to it.
  • pattern a regular expression to find assets that should be transformed with bless. Default: /\.css$/.