用webpack搭建多页面项目

最基本的单入口配置 之前使用webpack1.x的可以读读这篇文章webpack升级指南和特性摘要 module.exports={ entry:'./src/index.js' output:{ path:__dirname+'/bu