Could not freeze ./src/web3/address.js: Cannot read property 'hash' of undefined
问题
运行项目的时候,经常会有一大片错误
Could not freeze ./src/web3/address.js: Cannot read property 'hash' of undefined

HardSourceWebpackPlugin是webpack的插件,为模块提供中间缓存步骤,但是它报错了…
临时解决方案

删除 ./node_modules/.cache 后,再npm start重启项目

浙公网安备 33010602011771号