热更新出错
加hot之前,保存代码报错Cannot read property 'indexOf' of undefined,不知什么原因
出现在这个位置:
if (module.hot) {
var lastHash;
var upToDate = function upToDate() {
return lastHash.indexOf(__webpack_hash__) >= 0;
};
加hot之前,保存代码报错Cannot read property 'indexOf' of undefined,不知什么原因
出现在这个位置:
if (module.hot) {
var lastHash;
var upToDate = function upToDate() {
return lastHash.indexOf(__webpack_hash__) >= 0;
};
2018-04-08
举报