Skip to content

Commit f9c64ba

Browse files
committed
feature #1367 Add support for webpack-cli ^6 (Kocal)
This PR was merged into the main branch. Discussion ---------- Add support for webpack-cli ^6 | Q | A | ------------- | --- | Bug fix? | no | New feature? | yes <!-- please update CHANGELOG.md file --> | Deprecations? | no <!-- please update CHANGELOG.md file --> | Issues | Fix #1359 <!-- prefix each issue number with "Fix #", no need to create an issue if none exists, explain below instead --> | License | MIT <!-- Replace this notice by a description of your feature/bugfix. This will help reviewers and should be a good start for the documentation. Additionally (see https://symfony.com/releases): - Always add tests and ensure they pass. - Features and deprecations must be submitted against the latest branch. - For new features, provide some code snippets to help understand usage. - Changelog entry should follow https://symfony.com/doc/current/contributing/code/conventions.html#writing-a-changelog-entry - Never break backward compatibility. --> Commits ------- 9e0d891 Add support for webpack-cli ^6
2 parents 2cb2b1e + 9e0d891 commit f9c64ba

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)