File tree Expand file tree Collapse file tree 3 files changed +276
-207
lines changed Expand file tree Collapse file tree 3 files changed +276
-207
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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" : {
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" ,
You can’t perform that action at this time.
0 commit comments