Cannot read property ‘properties’ of undefined

问题:项目构建时报错Cannot read property ‘properties’ of undefined

原因:webpack-cli版本的问题,升级到3.1.1版本或更新即可。

解决方案:

npm i webpack-cli@3.1.1 -D
posted @ 2020-03-22 09:05  知知为之之  阅读(38355)  评论(0)    收藏  举报