angular-esbuild-visualizer

JSON →
library 0.5.0 ·javascript
verified Jun 4, 2026

Visualizes the import branch of an Angular production bundle built with the esbuild/Vite builder. Starting from index.html, it produces an interactive HTML tree showing chunk-to-chunk imports (eager + lazy routes) and per-chunk original module contents using the build's stats.json metafile. Unlike flat bundle analyzers, it understands Angular's two-tier loading model, showing what ships on first paint, what loads later via dynamic imports, and why a module is in a particular chunk. Current stable version: 0.5.0. Requires Node.js ≥ 22.6.0. Released as needed, open source under MIT.