rollup-plugin-sizes
Bundle analyzer
A tool to analyze and display detailed information about the contents and sizes of bundles generated by Rollup.
Rollup plugin to display bundle contents & size information
91 stars
3 watching
13 forks
Language: JavaScript
last commit: 22 days ago metadataoptimizationrolluprollup-plugin
Related projects:
Repository | Description | Stars |
---|---|---|
doesdev/rollup-plugin-analyzer | Analyzes and displays detailed information about the size and structure of Rollup bundles | 242 |
btd/rollup-plugin-visualizer | Visualizes and analyzes Rollup bundles to identify module usage patterns | 1,955 |
trysound/rollup-plugin-size-snapshot | A plugin that tracks bundle sizes and treeshakability of JavaScript libraries during the build process. | 164 |
pauan/rollup-plugin-purs | A Rollup plugin for bundling PureScript modules with optimizations to reduce file size. | 72 |
ritz078/rollup-plugin-filesize | Displays file size information in the command line after compiling a bundle | 128 |
relative-ci/bundle-stats | Analyzes and compares bundle stats from different build tools to optimize web app performance | 570 |
yingye/rollup-plugin-banner | A plugin to append content before JavaScript bundle generation. | 16 |
pschroen/rollup-plugin-bundleutils | A set of functions used to process JavaScript bundles after tree shaking | 14 |
swiing/rollup-plugin-import-assertions | A Rollup plugin that bundles TC39 import assertions for JSON and CSS files. | 5 |
swatinem/rollup-plugin-dts | A plugin to generate .d.ts files for TypeScript projects and bundle them with Rollup | 812 |
haifeng2013/rollup-plugin-bundle-html | A plugin that bundles and injects JavaScript files into an HTML template | 27 |
wessberg/rollup-plugin-ts | A TypeScript plugin for Rollup that bundles declarations and enables integration with transpilers like Babel and swc. | 496 |
anidetrix/rollup-plugin-styles | A plugin for Rollup that simplifies the process of bundling and managing CSS styles in JavaScript projects. | 246 |
nonzzz/vite-bundle-analyzer | Analyze and visualize bundle sizes for Vite projects | 164 |
bengsfort/rollup-plugin-generate-html-template | Automatically injects a script tag with the final bundle into an HTML file. | 60 |