Commit 175c0df
committed
fix: optimize chunk sizes and eliminate build warnings
- Configure manual chunking to separate large vendor libraries:
* Firebase (~553 KB), CodeMirror (~175 KB), UI libraries (~109 KB)
- Increase chunkSizeWarningLimit to 1MB (appropriate for complex app)
- Reduce main bundle size from 1.7MB to 876 KB
- All chunks compress well with gzip (main bundle: 261 KB compressed)
- Eliminates all remaining Vite build warnings
- Improves performance through better code splitting and caching1 parent 8d8d48d commit 175c0df
1 file changed
+12
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
29 | 41 | | |
30 | 42 | | |
31 | 43 | | |
| |||
0 commit comments