We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cb2b1e commit 9e0d891Copy full SHA for 9e0d891
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# CHANGELOG
2
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
7
## 5.1.0
8
9
### Features
package.json
@@ -96,7 +96,7 @@
96
"vue": "^3.2.14",
97
"vue-loader": "^17.0.0",
98
"webpack": "^5.72",
99
- "webpack-cli": "^5.1.4",
+ "webpack-cli": "^5.1.4 || ^6.0.0",
100
"webpack-dev-server": "^5.1.0",
101
"webpack-notifier": "^1.15.0"
102
},
@@ -127,7 +127,7 @@
127
128
129
130
131
132
133
"peerDependenciesMeta": {
0 commit comments