運行webpack hello.js hello.bundle.js --module-bind 'css=style-loader!css-loader ' 仍然出錯。
運行webpack hello.js hello.bundle.js --module-bind 'css=style-loader!css-loader '
仍然出錯。
已全局安裝
運行webpack hello.js hello.bundle.js --module-bind 'css=style-loader!css-loader '
仍然出錯。
已全局安裝
2017-02-16
舉報
2017-03-19
又引號的問題,建議看下這篇文章?http://blog.csdn.net/luo6620378xu/article/details/9081417
2017-02-16
'css=style-loader!css-loader '
最后面css-loader之后多了一個空格,去掉后,就可以了。
2017-02-16
loader后面多了空格
2017-02-16
命令中的單引號還成雙引號試試