Analysis Report
Addfox uses Rsdoctor to provide build analysis reports for bundle size, dependency structure, and build bottlenecks.
Typical use cases
- Unexpected bundle size growth
- Slower builds after recent changes
- Need to inspect chunk split and duplicated dependencies
Enable
From CLI:
Or via config:
What you can inspect
- Entry/chunk split details
- Dependency size distribution and duplication
- Build phase timing
Recommended workflow
- Generate a baseline report.
- Generate another report after major changes.
- Compare size and timing deltas before optimizing.

