mirror of https://github.com/ElemeFE/element
fix: 新用户拉下来代码后安装,copy-webpack-plugin版本不会更新到5.1.2,而是5.0.0。从而触发bug:修改./examples/entry.js时热更新失效。具体原因为module构建时间被copy-webpack-plugin插件更改,导致模块执行热更新的正确逻辑。
parent
cf3f1bd71d
commit
b0bc467b7e
|
@ -86,7 +86,7 @@
|
||||||
"babel-regenerator-runtime": "^6.5.0",
|
"babel-regenerator-runtime": "^6.5.0",
|
||||||
"chai": "^4.2.0",
|
"chai": "^4.2.0",
|
||||||
"chokidar": "^1.7.0",
|
"chokidar": "^1.7.0",
|
||||||
"copy-webpack-plugin": "^5.0.0",
|
"copy-webpack-plugin": "^5.1.2",
|
||||||
"coveralls": "^3.0.3",
|
"coveralls": "^3.0.3",
|
||||||
"cp-cli": "^1.0.2",
|
"cp-cli": "^1.0.2",
|
||||||
"cross-env": "^3.1.3",
|
"cross-env": "^3.1.3",
|
||||||
|
|
Loading…
Reference in New Issue