報錯,解析不了html?哪位好心人幫幫忙
ERROR in ./src/components/layer/layer.html
Module parse failed: D:\BaiduNetdiskDownload\code\works\webpack\src\components\layer\layer.html Unexpected token (1:8)
You may need an appropriate loader to handle this file type.
| ? ? ? ? <div class="layer">
| ? ? ? ? ? ? <div>this is a layer</div>
| ? ? ? ? </div>
?@ ./src/components/layer/layer.js 7:13-36
?@ ./src/app.js
2017-09-11
在4-2視頻的8分鐘那里,老師講了這個錯誤,需要先注釋一下import
2017-07-05
老師講這一段的時候把引入的html文件注釋掉了,然后自己安裝了html-loader,并在配置文件中進(jìn)行配置test:/\.html$/,use:'html-loader'解決了