Skip to content

Commit

Permalink
fix: update build config (#688)
Browse files Browse the repository at this point in the history
  • Loading branch information
TianWuwt authored Dec 20, 2024
1 parent 26e8db6 commit 4063f1c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ui/config/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@ export default defineConfig({
},
routes,
history: { type: 'hash' },
npmClient: 'yarn'
npmClient: 'yarn',
jsMinifier: 'terser',
});

0 comments on commit 4063f1c

Please sign in to comment.