vue 解析器错误
No parser and no filepath given, using 'babylon' the parser now but this will throw an error in the future. Please specify a parser or a filepath s 68% building modules 1149/1186 modules 37 active ...tendsrccomponentsDndListindex.vue
项目dev启动过程中,不停提示出现这样的文字.字面意思我知道..但是解析器是个啥啊..有人遇到过这样的问题么...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
可能原因是vue-loader的版本没跟上其他包的版本导致解析器不运行,在我把vue-loader包全都更新到14.2.3之后,该错误就不报了
路径解析出错。解析器就是webpack的一些loader,比如
url-loader
解析图片、字体等,vue-loader
解析.vue组件等试下 npm install prettier@1.12.1 --save-dev