(1). entry:打包入口单入口: entry: './path/app.js' // 字符串多入口: entry: { // 对象 app: './src/app.js', admin: './src/admin.js' }