Class constructor HttpResponseList cannot be invoked without 'new'

778 阅读1分钟

Vue3 项目启动服务 控制台报错

Class constructor HttpResponseList cannot be invoked without 'new'

原因:

可能是 webpack 版本过低导致的.

解决

重新安装 webpack-cli 升级 webpack4 到 webpack5