Skip to content

Commit

Permalink
Redirect to css-minimizer-webpack-plugin for webpack 5 or above
Browse files Browse the repository at this point in the history
  • Loading branch information
NMFR committed Oct 21, 2020
1 parent e9b84f1 commit 41d1e23
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -2,6 +2,8 @@

A Webpack plugin to optimize \ minimize CSS assets.

> :warning: For webpack v5 or above please use [css-minimizer-webpack-plugin](https://github.com/webpack-contrib/css-minimizer-webpack-plugin) instead.
## What does the plugin do?

It will search for CSS assets during the Webpack build and will optimize \ minimize the CSS (by default it uses [cssnano](http://github.com/ben-eb/cssnano) but a custom CSS processor can be specified).
Expand Down

0 comments on commit 41d1e23

Please sign in to comment.