Show info about files/packages included with your rollup bundle
94
Build a simple Rollup build configuration that analyzes and reports the size composition of a bundle.
Your implementation should:
@generates
// Export a Rollup configuration object that:
// - Takes an input file as the entry point
// - Outputs to a specified directory
// - Includes size analysis reporting
export default {
// Rollup configuration here
};Provides JavaScript module bundling functionality.
Provides bundle size analysis and reporting capabilities.
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