今天在使用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‘ 文件没找到。。。
记录一下。