HtmlWebpackPlugin

new HtmlWebpackPlugin({
            template: 'index.html',
            favicon: 'favicon.ico',
            minify: {
                collapseWhitespace: true, // 折叠空白区域
                minifyJS: true,
                removeComments: true // 移除 HTML 内注释
            }
        }),
posted @ 2021-03-11 10:26  Running00  阅读(16)  评论(0编辑  收藏  举报