Skip to content

Commit

Permalink
Drop css-minimizer-webpack-plugin 5 support, only css-minimizer-webpa…
Browse files Browse the repository at this point in the history
…ck-plugin 7 is supported
  • Loading branch information
Kocal committed Sep 2, 2024
1 parent a40a8a2 commit 7be5c9c
Show file tree
Hide file tree
Showing 2 changed files with 274 additions and 207 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"url": "https://github.com/symfony/webpack-encore/issues"
},
"engines": {
"node": "^18.0.0 || ^20.0.0 || >=22.0"
"node": "^18.12.0 || ^20.0.0 || >=22.0"
},
"homepage": "https://github.com/symfony/webpack-encore",
"dependencies": {
Expand All @@ -33,7 +33,7 @@
"chalk": "^4.0.0",
"clean-webpack-plugin": "^4.0.0",
"css-loader": "^6.7.0",
"css-minimizer-webpack-plugin": "^5.0.0",
"css-minimizer-webpack-plugin": "^7.0.0",
"fastest-levenshtein": "^1.0.16",
"mini-css-extract-plugin": "^2.6.0",
"pretty-error": "^4.0.0",
Expand Down
Loading

0 comments on commit 7be5c9c

Please sign in to comment.