Universal Bundler Stats Ingestion
AnyTool Bundle Analyzer accepts a pre-built stats artifact and auto-detects its format: webpack stats.json (webpack --json > stats.json), an esbuild metafile (metafile: true), rollup-plugin-visualizer JSON, or a raw dist/ folder. It folds module sizes into a tree by chunk, package, and folder, then renders an interactive squarified treemap as branded SVG with no third-party treemap library. Most competing online tools are locked to a single bundler.
- Auto-detects webpack, esbuild, rollup-plugin-visualizer, and dist/ folder inputs
- Hand-rolled squarified SVG treemap - no canvas widget, search-friendly
- Folds modules into a chunk, package, and folder size tree
- Shows per-bundler snippets for generating each stats file
