Maison > Questions et réponses > le corps du texte
PHP中文网2017-04-17 16:34:03
entry: {
postdetail: './src/app.js',
productdetail: './src/app.js',
order: './src/js/order.js'
},
output: {
path: path.join(__dirname, './build/'),
filename: 'js/[name].bundle.js'
}
多个入口文件,统一出口文件
高洛峰2017-04-17 16:34:03
https://github.com/callmedada... 里面做了多页面打包支持,可以参考下思路
大概思路就是配置好entry以及html的映射,然后遍历使用html-webpack-plugin进行生成