We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86681e2 commit 0bf09b7Copy full SHA for 0bf09b7
vite.config.ts
@@ -2,6 +2,9 @@ import { defineConfig } from 'vite'
2
import { resolve } from 'path'
3
4
export default defineConfig({
5
+ esbuild: {
6
+ minify: true
7
+ },
8
build: {
9
target: 'esnext',
10
minify: 'terser',
0 commit comments