Skip to content

Commit 9e0d891

Browse files
committed
Add support for webpack-cli ^6
1 parent 2cb2b1e commit 9e0d891

File tree

3 files changed

+427
-292
lines changed

3 files changed

+427
-292
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG
22

3+
## 5.2.0
4+
5+
* Add support for Webpack CLI ^6.0 by @Kocal in https://github.com/symfony/webpack-encore/pull/1367
6+
37
## 5.1.0
48

59
### Features

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
"vue": "^3.2.14",
9797
"vue-loader": "^17.0.0",
9898
"webpack": "^5.72",
99-
"webpack-cli": "^5.1.4",
99+
"webpack-cli": "^5.1.4 || ^6.0.0",
100100
"webpack-dev-server": "^5.1.0",
101101
"webpack-notifier": "^1.15.0"
102102
},
@@ -127,7 +127,7 @@
127127
"vue": "^3.2.14",
128128
"vue-loader": "^17.0.0",
129129
"webpack": "^5.72",
130-
"webpack-cli": "^5.1.4",
130+
"webpack-cli": "^5.1.4 || ^6.0.0",
131131
"webpack-notifier": "^1.15.0"
132132
},
133133
"peerDependenciesMeta": {

0 commit comments

Comments
 (0)