首页 前端知识 Cannot read properties of undefined (reading ‘styles‘),使用webpack5搭建vue项目,vue-loader报错解决

Cannot read properties of undefined (reading ‘styles‘),使用webpack5搭建vue项目,vue-loader报错解决

2024-03-26 08:03:17 前端知识 前端哥 664 768 我要收藏

跟着官网,尝试在webpack5中加载vue文件时报错:
Cannot read properties of undefined (reading ‘styles’)

其中版本vue-loader@17.0.0,vue-template-compiler和vue都是2.7

百度之后看到有人说是vue-loader版本问题,然后在vue-loader的github的issue里找到了相关的问答:
在这里插入图片描述
意思是vue2的话,vue-loader版本要低于等于15。

于是运行npm rm vue-loader,卸载17版本的vue-loader后,再安装15版本的npm i vue-loader@15 -D,最终不再报错,并能对vue文件进行加载。

转载请注明出处或者链接地址:https://www.qianduange.cn//article/4155.html
标签
webpack
评论
会员中心 联系我 留言建议 回顶部
复制成功!