Skip to content

Commit 7be5c9c

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

File tree

2 files changed

+274
-207
lines changed

2 files changed

+274
-207
lines changed

package.json

Lines changed: 2 additions & 2 deletions
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)