Clean up config

This commit is contained in:
2025-08-18 14:33:32 +03:00
Unverified
parent 88956e0bef
commit 3ec591a5e3
-5
View File
@@ -43,11 +43,6 @@ export default defineConfig({
drop_debugger: true drop_debugger: true
} }
}, },
rollupOptions: {
external: [
/^webfonts/
]
},
cssMinify: true, cssMinify: true,
assetsInlineLimit: 0 assetsInlineLimit: 0
} }