mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2026-01-05 23:15:08 +08:00
Add existing minifiers (#2725)
This commit is contained in:
parent
3567c15ffe
commit
5b2bb82722
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ const PRODUCTION_CONFIGURATION = {
|
|||
},
|
||||
optimization: {
|
||||
minimize: true,
|
||||
minimizer: [new HtmlMinimizerPlugin()],
|
||||
minimizer: [`...`, new HtmlMinimizerPlugin()],
|
||||
},
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue