Update your vite.config.js:
export default defineConfig({ ..., build: { chunkSizeWarningLimit: 1600 } });