Skip to content

Commit a1338e6

Browse files
committed
2 parents f6b0133 + 5cdda05 commit a1338e6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ $ npm install --save-dev optimize-css-assets-webpack-plugin
2222
## Configuration:
2323

2424
The plugin can receive the following options (all of them are optional):
25-
* assetNameRegExp: A regular expression that indicates the names of the assets that should be optimized \ minimized. The regular expression provided is run against the filenames of the files exported by the ExtractTextPlugin instances in your configuration, not the filenames of your source CSS files. Defaults to `/\.css$/g`
26-
* cssProcessor: The CSS processor used to optimize \ minimize the CSS, defaults to [cssnano](http://github.com/ben-eb/cssnano). This should be a function that follows cssnano.process interface (receives a CSS and options parameters and returns a Promise).
27-
* cssProcessorOptions: The options passed to the cssProcessor, defaults to `{}`
28-
* cssProcessorPluginOptions: The plugin options passed to the cssProcessor, defaults to `{}`
29-
* canPrint: A boolean indicating if the plugin can print messages to the console, defaults to `true`
25+
* `assetNameRegExp`: A regular expression that indicates the names of the assets that should be optimized \ minimized. The regular expression provided is run against the filenames of the files exported by the `ExtractTextPlugin` instances in your configuration, not the filenames of your source CSS files. Defaults to `/\.css$/g`
26+
* `cssProcessor`: The CSS processor used to optimize \ minimize the CSS, defaults to [`cssnano`](http://github.com/ben-eb/cssnano). This should be a function that follows `cssnano.process` interface (receives a CSS and options parameters and returns a Promise).
27+
* `cssProcessorOptions`: The options passed to the `cssProcessor`, defaults to `{}`
28+
* `cssProcessorPluginOptions`: The plugin options passed to the `cssProcessor`, defaults to `{}`
29+
* `canPrint`: A boolean indicating if the plugin can print messages to the console, defaults to `true`
3030

3131
## Example:
3232

0 commit comments

Comments
 (0)