module.exports = { // 配置打包入口 // entry:'./src/hello.js' entry: { a:'./src/hello.js', b:'./src/index.js' } }