Files
gaokao-volunteer-system/apps/web/scripts/bundle-report.cjs
Frontend Developer bf5ad4a7aa Sprint 4 T-B-25 · Bundle 优化验证
- vite.config.ts: production sourcemap=false (build time 17.89s → 6.89s)
- scripts/bundle-report.cjs: 输出 raw/gzip 大小 + 预算校验 (500KB total / 150KB per chunk)
- package.json: build pipeline 末尾自动跑 bundle-report

实测(无 sourcemap,9 chunks):
  Total gzip: 301.41 KB (预算 500 )
  Main chunk: 85.57 KB gzip (预算 150 )
  Heavy vendor (>80 KB): chart-vendor 101 KB / index 86 KB
  可优化点:ShareDialogPage + recharts 走 lazy load (留 T-B-26 处理)

G3 闸门:build 项 ,main chunk 下降 87.85 → 85.57 KB
2026-07-04 10:15:01 +08:00

3.4 KiB