以前我百度出来webpack文档都看不懂,现在老师还没讲完,我再回过头去看,突然觉得文档不那么难了,老师讲的很好,谢谢老师,
2017-11-09
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