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
在4-2视频的8分钟那里,老师讲了这个错误,需要先注释一下import
老师讲这一段的时候把引入的html文件注释掉了,然后自己安装了html-loader,并在配置文件中进行配置test:/\.html$/,use:'html-loader'解决了