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
This commit is contained in:
Haoqun Jiang
2018-11-06 19:26:19 +08:00
parent e25c0e84ba
commit 73923de54d
+1 -1
View File
@@ -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",