File size: 906 Bytes
b91e262 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | # Bundle Analyzer
A Next.js application for visualizing bundle sizes and analyzing dependencies using interactive treemaps.
This package is not published to npm. Instead it's built and vendored into the main `next` package during its build process.
## Features
- ๐ **Interactive Treemap**: Visualize bundle sizes with an interactive treemap interface
- ๐ฏ **Route-based Analysis**: Analyze bundle data for specific routes in your application
- ๐ **Dependency Tracking**: View import chains and dependency relationships
- ๐จ **Filter Controls**: Filter by environment (client/server) and file types (JS/CSS/JSON/Assets)
- ๐ **Search Functionality**: Search through files in your bundle
## Updating
When landing non-trivial changes, consider updating the demo site:
* Site: https://turbopack-bundle-analyzer-demo.vercel.sh/
* Repo: https://github.com/vercel/turbopack-bundle-analyzer-demo |