diff --git a/ui/config/config.ts b/ui/config/config.ts index 2ab11e43d..65c619094 100644 --- a/ui/config/config.ts +++ b/ui/config/config.ts @@ -17,5 +17,6 @@ export default defineConfig({ }, routes, history: { type: 'hash' }, - npmClient: 'yarn' + npmClient: 'yarn', + jsMinifier: 'terser', });