Skip to content

Commit 73923de

Browse files
committed
fix: relax webpack version requirement
To avoid introducing two different instances of webpack when @cypress/webpack-preprocessor 3.0.0/3.0.1 is also installed, which breaks HMR. Fixes #2873 Fixes #2892
1 parent e25c0e8 commit 73923de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@vue/cli-service/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"thread-loader": "^1.2.0",
6666
"url-loader": "^1.1.2",
6767
"vue-loader": "^15.4.2",
68-
"webpack": "^4.23.1",
68+
"webpack": "^4.18.1",
6969
"webpack-bundle-analyzer": "^3.0.3",
7070
"webpack-chain": "^4.11.0",
7171
"webpack-dev-server": "^3.1.10",

0 commit comments

Comments
 (0)