Problem
The frontend initial bundle size (578.75 kB) exceeds the configured budget of 575 kB. This was flagged during the Story 20.2 evaluation but is a pre-existing issue — not caused by the tenant invitation flow changes.
Details
- Current size: 578.75 kB
- Budget: 575 kB (configured in
angular.json)
- Overage: ~3.75 kB
Possible Actions
- Audit imports for tree-shaking opportunities (Angular Material components, unused exports)
- Increase the budget if the current size is acceptable
- Lazy-load feature modules that aren't already lazy-loaded
🤖 Generated with Claude Code
Problem
The frontend initial bundle size (578.75 kB) exceeds the configured budget of 575 kB. This was flagged during the Story 20.2 evaluation but is a pre-existing issue — not caused by the tenant invitation flow changes.
Details
angular.json)Possible Actions
🤖 Generated with Claude Code