Add existing minifiers (#2725)

This commit is contained in:
Bruce Berrios 2022-03-17 18:26:29 -04:00 committed by GitHub
parent 3567c15ffe
commit 5b2bb82722
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -56,7 +56,7 @@ const PRODUCTION_CONFIGURATION = {
},
optimization: {
minimize: true,
minimizer: [new HtmlMinimizerPlugin()],
minimizer: [`...`, new HtmlMinimizerPlugin()],
},
};