运行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