Skip to content

Commit 43826f1

Browse files
authoredMay 11, 2019
chore: upgrade webpack-chain to v6 (#3943)
See: https://github.com/neutrinojs/webpack-chain/blob/master/CHANGELOG.md#v600 New feature: extended DevServer method Also dropped support for Node.js v6. It is not a breaking change for Vue CLI, though, as Node.js v6 was never officially supported.
1 parent 65a35db commit 43826f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎packages/@vue/cli-service/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"vue-loader": "^15.7.0",
7575
"webpack": ">=4 < 4.29",
7676
"webpack-bundle-analyzer": "^3.3.2",
77-
"webpack-chain": "^5.2.4",
77+
"webpack-chain": "^6.0.0",
7878
"webpack-dev-server": "^3.3.1",
7979
"webpack-merge": "^4.2.1",
8080
"yorkie": "^2.0.0"

0 commit comments

Comments
 (0)
Please sign in to comment.