慕粉3686086
2019-02-19 11:48
我的webpack版本是4以上的,打包时候用命令:
webpack hello.js -o hello.min.js --module-bind 'css=style-loader!css-loader'
报错:
ERROR in ./style.css 1:4
Module parse failed: Unexpected token (1:4)
You may need an appropriate loader to handle this file type.
> body{
| background:yellow;
| }
@ ./hello.js 2:0-22
可以将单引号变成双引号试试
webpack深入与实战
86561 学习 · 721 问题
相似问题