Add route code splitting and Vite vendor chunk splitting
This commit is contained in:
@@ -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`.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user