These relative modules were not found:...{"sourceM ap":false} 报错解决
时间:2017-12-07 10:23:04
收藏:0
阅读:907
今天在使用vue2.0 + webpack 时,没有动过任何配置文件,也没更新依赖,但是报下面的错误:
These relative modules were not found:
* ./star10_half@2x.png in ./node_modules/_css-loader@0.28.7@css-loader?
{"sourceM ap":false}!./node_modules/_vue-loader@13.5.0@vue-loader/lib/style-compiler?
{"vue ":true,"id":"data-v-00d329dc","scoped":false,"hasInlineConfig":false}!./node_mod ules/_stylus-loader@2.5.1@stylus-loader?
{"sourceMap":false}!./node_modules/_vue- loader@13.5.0@vue-loader/lib/selector.js?type=styles&index=0&bustCache!./src/com ponents/star/star.vue
最后发现是 ‘star10_half@2x.png‘ 文件没找到。。。
记录一下。
原文:http://www.cnblogs.com/chaoyong/p/7997715.html
评论(0)