new HtmlWebpackPlugin({
template: 'index.html',
favicon: 'favicon.ico',
minify: {
collapseWhitespace: true, // 折叠空白区域
minifyJS: true,
removeComments: true // 移除 HTML 内注释
}
}),