Auto-deploy: 2026-01-13 13:51:51 | 1 arquivo(s) alterado(s)

This commit is contained in:
daivid.alves 2026-01-13 13:51:51 -03:00
parent 3c54f529ce
commit fd11b2610a
1 changed files with 9 additions and 0 deletions

View File

@ -18,4 +18,13 @@ export default defineConfig({
server: {
port: 3000,
},
build: {
rollupOptions: {
output: {
manualChunks: {
'recharts-vendor': ['recharts'],
},
},
},
},
})