build: Enable ESBuild as minifier

This commit is contained in:
April Hall 2025-02-16 01:16:37 -05:00
parent aa1cafd70a
commit f54eb55f91
Signed by: arithefirst
GPG Key ID: 4508A15C4DB91C5B

View File

@ -19,6 +19,7 @@ export default defineConfig({
allowedHosts: true, allowedHosts: true,
}, },
build: { build: {
minify: 'esbuild',
chunkSizeWarningLimit: 500, chunkSizeWarningLimit: 500,
}, },
}); });