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 @@ -37,6 +37,8 @@ Encore.enableSassLoader((options) => {
37
37
});
38
38
```
39
39
40
+ * #1324 Drop css-minimizer-webpack-plugin 5 support, only css-minimizer-webpack-plugin 7 is supported (@Kocal )
41
+
40
42
## 4.7.0
41
43
42
44
### 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" : {
32
32
"babel-loader" : " ^9.1.3" ,
33
33
"chalk" : " ^4.0.0" ,
34
34
"css-loader" : " ^6.7.0" ,
35
- "css-minimizer-webpack-plugin" : " ^5 .0.0" ,
35
+ "css-minimizer-webpack-plugin" : " ^7 .0.0" ,
36
36
"fastest-levenshtein" : " ^1.0.16" ,
37
37
"mini-css-extract-plugin" : " ^2.6.0" ,
38
38
"pretty-error" : " ^4.0.0" ,
You can’t perform that action at this time.
0 commit comments