Show info about files/packages included with your rollup bundle
94
Create a Rollup plugin that analyzes bundle composition and reports which packages contribute to the bundle size. The plugin should aggregate module sizes by their package name and display a sorted breakdown showing each package's contribution to the total bundle size.
Plugin Implementation
Package Categorization
Size Aggregation
Output Report
A Rollup plugin for analyzing and reporting bundle size composition by package.
Module bundler for JavaScript applications.
Input: Rollup configuration with a single entry point that imports multiple npm packages and local application files.
Expected Output:
Input: Rollup configuration with multiple entry points (array format).
Expected Output:
Install with Tessl CLI
npx tessl i tessl/npm-rollup-plugin-sizesdocs
evals
scenario-1
scenario-2
scenario-3
scenario-4
scenario-5
scenario-6
scenario-7
scenario-8
scenario-9
scenario-10