運行webpack hello.js hello.bundle.js命令如果報錯 則將webpack改為全局安裝
輸入指令: npm install webpack -g
輸入指令: npm install webpack -g
2017-02-27
運行$ webpack hello.js hello.bundle.js --module-bind 'css=style-loader!css-loader!'
ERROR in ./hello.js
Module not found: Error: Can't resolve '' in 'E:\webpack\webpack-test'@ ./hello.js 2:0-22
ERROR in ./hello.js
Module not found: Error: Can't resolve '' in 'E:\webpack\webpack-test'@ ./hello.js 2:0-22
2017-02-25