Webpack2 multiple entry:基于 webpack2 实现的多入口项目脚手架

基于 webpack2 实现的多入口项目脚手架。 主要使用extract-text-webpack-plugin实现js、css公共代码提取,html-webpack-plugin实现html多入口,less-loader实现less编译,postcss-loader配置autoprefixer实现自动添加浏览器兼容前缀,html-withimg-loader实现html内引入图片版本号添加和模板功能,babel-loader实...