fork from html-webpack-plugin, 插入innerhtml数据
npm install html-webpack-plugin-inner
const HtmlWebpackPlugin = require('html-webpack-plugin-inner')
new HtmlWebpackPlugin({
filename: '../index.html',
template: 'index.html',
inject: true,
assetsKey:'buildAssets' //默认
}),
`
打包后的代码
`
``