npm run script
script:"webpack --config webpack.config.js --module-bind 'css=style-loader!css-loader' display-reasons --display-modules --progress --watch"
script:"webpack --config webpack.config.js --module-bind 'css=style-loader!css-loader' display-reasons --display-modules --progress --watch"
2017-11-06
1、安装
1、webpack hello.js hello.bundle.js --watch
3、webpack hello.js hello.bundle.js --module-bind 'css=style-loader!css-loader' --display-modules --display-reasons --progress --watch
1、webpack hello.js hello.bundle.js --watch
3、webpack hello.js hello.bundle.js --module-bind 'css=style-loader!css-loader' --display-modules --display-reasons --progress --watch
2017-11-06