Skip to content

Commit 26141e3

Browse files
committed
Drop css-minimizer-webpack-plugin 5 support, only css-minimizer-webpack-plugin 7 is supported
1 parent a40a8a2 commit 26141e3

File tree

3 files changed

+276
-207
lines changed

3 files changed

+276
-207
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ Encore.enableSassLoader((options) => {
3434
});
3535
```
3636

37+
* #1324 Drop css-minimizer-webpack-plugin 5 support, only css-minimizer-webpack-plugin 7 is supported (@Kocal)
38+
3739
## 4.7.0
3840

3941
### Features

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"url": "https://github.com/symfony/webpack-encore/issues"
2424
},
2525
"engines": {
26-
"node": "^18.0.0 || ^20.0.0 || >=22.0"
26+
"node": "^18.12.0 || ^20.0.0 || >=22.0"
2727
},
2828
"homepage": "https://github.com/symfony/webpack-encore",
2929
"dependencies": {
@@ -33,7 +33,7 @@
3333
"chalk": "^4.0.0",
3434
"clean-webpack-plugin": "^4.0.0",
3535
"css-loader": "^6.7.0",
36-
"css-minimizer-webpack-plugin": "^5.0.0",
36+
"css-minimizer-webpack-plugin": "^7.0.0",
3737
"fastest-levenshtein": "^1.0.16",
3838
"mini-css-extract-plugin": "^2.6.0",
3939
"pretty-error": "^4.0.0",

0 commit comments

Comments
 (0)