前人種樹:
src下兩個文件:index.js 以及 app.vue,index.js中import App from 'app.vue'打包會出錯,但是改為import App from './app.vue' 就可以成功!
src下兩個文件:index.js 以及 app.vue,index.js中import App from 'app.vue'打包會出錯,但是改為import App from './app.vue' 就可以成功!
2018-01-24
安裝了
├── [email protected]
├── [email protected]
└── [email protected]
還是會報錯
ERROR in ./src/assets/images/bg.png
Module parse failed: Unexpected character '?' (1:0)
You may need an appropriate loader to handle this file type.
(Source code omitted for this binary file)
@ ./src/index.js 5:0-31
├── [email protected]
├── [email protected]
└── [email protected]
還是會報錯
ERROR in ./src/assets/images/bg.png
Module parse failed: Unexpected character '?' (1:0)
You may need an appropriate loader to handle this file type.
(Source code omitted for this binary file)
@ ./src/index.js 5:0-31
2018-01-24