Skip to content

Commit

Permalink
fix: relax webpack version requirement
Browse files Browse the repository at this point in the history
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 vuejs#2873
Fixes vuejs#2892
  • Loading branch information
haoqunjiang committed Nov 6, 2018
1 parent e25c0e8 commit 73923de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@vue/cli-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"thread-loader": "^1.2.0",
"url-loader": "^1.1.2",
"vue-loader": "^15.4.2",
"webpack": "^4.23.1",
"webpack": "^4.18.1",
"webpack-bundle-analyzer": "^3.0.3",
"webpack-chain": "^4.11.0",
"webpack-dev-server": "^3.1.10",
Expand Down

0 comments on commit 73923de

Please sign in to comment.