We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecb3f85 commit b236e05Copy full SHA for b236e05
1 file changed
vite.config.ts
@@ -9,7 +9,7 @@ export default defineConfig({
9
outDir: 'dist',
10
assetsDir: 'assets',
11
sourcemap: false,
12
- minify: 'terser',
+ minify: 'esbuild', // Use esbuild instead of terser (built-in with Vite)
13
rollupOptions: {
14
output: {
15
manualChunks: undefined,
0 commit comments