[143] Frontend: Add performance budget and bundle analysis in CI#1
Conversation
- Add rollup-plugin-visualizer treemap (ANALYZE) and size-limit config - CI job uploads dist/stats.html and enforces budget on dist/assets JS/CSS - Fix PaymentHistory modal wiring and unused import so tsc build passes Made-with: Cursor
|
Delivered (issue Navin-xmr#143 — Junirezz/navin-frontend) |
…ces-settings-section feat: add Notification Preferences settings section
What changed
ollup-plugin-visualizer\ → \dist/stats.html), then \size-limit\ against \dist/assets/*.{js,css}\ (gzip). Treemap is uploaded as artifact \�undle-stats.
How to verify
\\�ash
cd frontend
pnpm install --frozen-lockfile
pnpm run test
pnpm run build:analyze
pnpm run size
\\
Closes Navin-xmr#143
Made with Cursor