Nicolas Varrot
|
d7bdf3b9d7
|
perf: code-split vendor chunks to eliminate 500kB bundle warning
Split the single 713kB JS bundle into separate chunks:
- react-vendor: React core (~192kB)
- markdown: react-markdown + remark/rehype + highlight.js (~476kB)
- icons: lucide-react (~6kB)
- ui: Radix UI components
- index: app code (~37kB)
Improves caching (vendor chunks change less often) and eliminates
the Vite chunk size warning.
|
2026-02-11 09:21:08 +00:00 |
|