最新回答 / 慕前端2061666
在package.json里添加配置"browserslist": ["iOS >= 6","Android >= 4","IE >= 9"],
2017-03-28
// exludeChunks: ["a", 'c'] .我用exludeChunks无效,用 chunks: ["b", 'main']才能保证页面只加载一个js
2017-03-28
局部安装的话可以使用项目目录下的webpack运行
node_modules/.bin/webpack-dev-server hello.js hello.bundle.js
node_modules/.bin/webpack-dev-server hello.js hello.bundle.js
2017-03-27