We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6cf19f commit 7b4bcf9Copy full SHA for 7b4bcf9
CHANGELOG.md
@@ -12,6 +12,8 @@ This is a new major version that contains several backwards-compatibility breaks
12
13
* #1309 Drop ESLint integration (@Kocal)
14
15
+* #1320 Drop css-minimizer-webpack-plugin 5 support, only css-minimizer-webpack-plugin 7 is supported (@Kocal)
16
+
17
## 4.7.0
18
19
### Features
package.json
@@ -33,7 +33,7 @@
33
"chalk": "^4.0.0",
34
"clean-webpack-plugin": "^4.0.0",
35
"css-loader": "^6.7.0",
36
- "css-minimizer-webpack-plugin": "^5.0.0",
+ "css-minimizer-webpack-plugin": "^7.0.0",
37
"fastest-levenshtein": "^1.0.16",
38
"mini-css-extract-plugin": "^2.6.0",
39
"pretty-error": "^4.0.0",
0 commit comments