Skip to content

Commit 41d1e23

Browse files
committed
Redirect to css-minimizer-webpack-plugin for webpack 5 or above
1 parent e9b84f1 commit 41d1e23

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
A Webpack plugin to optimize \ minimize CSS assets.
44

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

79
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).

0 commit comments

Comments
 (0)