entry配置传入一个string未单入口,传入object为多入口,属性名作为chunk
module.exports = { entry: { index: './index.js', about: './about.js' } }