Skip to content

Commit 0e59a51

Browse files
committed
feature #1324 Drop css-minimizer-webpack-plugin 5 support, only css-minimizer-webpack-plugin 7 is supported (Kocal)
This PR was merged into the main branch. Discussion ---------- Drop css-minimizer-webpack-plugin 5 support, only css-minimizer-webpack-plugin 7 is supported Replace #1320 It also upgrade cssnano to ^7, see https://github.com/webpack-contrib/css-minimizer-webpack-plugin/blob/master/CHANGELOG.md#700-2024-05-07 Node.js support has been updated to ^18.12 Commits ------- 26141e3 Drop css-minimizer-webpack-plugin 5 support, only css-minimizer-webpack-plugin 7 is supported
2 parents 7f0347c + 26141e3 commit 0e59a51

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
@@ -37,6 +37,8 @@ Encore.enableSassLoader((options) => {
3737
});
3838
```
3939

40+
* #1324 Drop css-minimizer-webpack-plugin 5 support, only css-minimizer-webpack-plugin 7 is supported (@Kocal)
41+
4042
## 4.7.0
4143

4244
### 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": {
@@ -32,7 +32,7 @@
3232
"babel-loader": "^9.1.3",
3333
"chalk": "^4.0.0",
3434
"css-loader": "^6.7.0",
35-
"css-minimizer-webpack-plugin": "^5.0.0",
35+
"css-minimizer-webpack-plugin": "^7.0.0",
3636
"fastest-levenshtein": "^1.0.16",
3737
"mini-css-extract-plugin": "^2.6.0",
3838
"pretty-error": "^4.0.0",

0 commit comments

Comments
 (0)