一.问题
npm run serve项目运行没有问题,但是npm run build打包时报错
Class extends value undefined is not a constructor or null
二.解决
依赖包不兼容
执行npm add webpack@4.5.0
,解决
转载 https://xiaosi.blog.youkuaiyun.com/article/details/115254960
一.问题
npm run serve项目运行没有问题,但是npm run build打包时报错
Class extends value undefined is not a constructor or null
二.解决
依赖包不兼容
执行npm add webpack@4.5.0
,解决
转载 https://xiaosi.blog.youkuaiyun.com/article/details/115254960