update vite to 5.x

This commit is contained in:
Athou
2024-01-05 20:26:46 +01:00
parent cf3100081e
commit 201331afc3
3 changed files with 605 additions and 276 deletions

View File

@@ -32,7 +32,7 @@ export default defineConfig({
},
},
build: {
chunkSizeWarningLimit: 3000,
chunkSizeWarningLimit: 3500,
rollupOptions: {
output: {
manualChunks: id => {