feat: enable minification for reduced filesize

This commit is contained in:
sethburkart123
2024-06-09 18:36:27 +10:00
parent f8438bd68b
commit 0e162f824d
+1 -1
View File
@@ -28,7 +28,7 @@ export default defineConfig({
} }
}, },
build: { build: {
minify: false, minify: true,
rollupOptions: { rollupOptions: {
input: { input: {
settings: join(__dirname, 'src', 'interface', 'index.html'), settings: join(__dirname, 'src', 'interface', 'index.html'),