Add route code splitting and Vite vendor chunk splitting

This commit is contained in:
2026-04-20 19:53:56 +02:00
parent 27369b43d6
commit 1d6564aa32
3 changed files with 91 additions and 50 deletions

View File

@@ -188,7 +188,7 @@ Issues are grouped by category and ordered roughly by severity. Each entry descr
---
### TASK-010 — No code splitting: all pages bundled into the main chunk
### TASK-010 — No code splitting: all pages bundled into the main chunk (done)
**Where found:** `frontend/src/App.tsx` — all page imports are static (`import { DashboardPage } from "./pages/DashboardPage"`). `frontend/vite.config.ts` has no `build.rollupOptions.manualChunks`.