Skip to content

Commit a25284b

Browse files
committed
use terser minify
1 parent 8845069 commit a25284b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/.vitepress/config.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -495,10 +495,7 @@ module.exports = {
495495
host: true
496496
},
497497
build: {
498-
// TODO - before switching to esbuild for minification we need:
499-
// 1. release vite with unused css string fix
500-
// 2. release vue with try...catch block fix
501-
// minify: 'esbuild',
498+
minify: 'terser',
502499
chunkSizeWarningLimit: Infinity
503500
},
504501
json: {

0 commit comments

Comments
 (0)