with more than 1 HtmlWebpackPlugins:
plugins: [
...,
new HtmlWebpackPlugin(1),
new HtmlWebpackPlugin(2),
{
new AddAssetHtmlPlugin([
{
filepath: path.join(__dirname, './dll/*.js'),
},
]),
}
]
will trhow “ERROR in Conflict: Multiple assets emit different content to the same filename vue-02dfcf89779a85de8c7c.dll.js“