File tree 3 files changed +276
-207
lines changed
3 files changed +276
-207
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,8 @@ Encore.enableSassLoader((options) => {
34
34
});
35
35
```
36
36
37
+ * #1324 Drop css-minimizer-webpack-plugin 5 support, only css-minimizer-webpack-plugin 7 is supported (@Kocal )
38
+
37
39
## 4.7.0
38
40
39
41
### Features
Original file line number Diff line number Diff line change 23
23
"url" : " https://github.com/symfony/webpack-encore/issues"
24
24
},
25
25
"engines" : {
26
- "node" : " ^18.0 .0 || ^20.0.0 || >=22.0"
26
+ "node" : " ^18.12 .0 || ^20.0.0 || >=22.0"
27
27
},
28
28
"homepage" : " https://github.com/symfony/webpack-encore" ,
29
29
"dependencies" : {
33
33
"chalk" : " ^4.0.0" ,
34
34
"clean-webpack-plugin" : " ^4.0.0" ,
35
35
"css-loader" : " ^6.7.0" ,
36
- "css-minimizer-webpack-plugin" : " ^5 .0.0" ,
36
+ "css-minimizer-webpack-plugin" : " ^7 .0.0" ,
37
37
"fastest-levenshtein" : " ^1.0.16" ,
38
38
"mini-css-extract-plugin" : " ^2.6.0" ,
39
39
"pretty-error" : " ^4.0.0" ,
You can’t perform that action at this time.
0 commit comments