rollup-plugin-size-snapshot
Bundle tracker
A plugin that tracks bundle sizes and treeshakability of JavaScript libraries during the build process.
Track your library bundles size and its treeshakability with less effort
164 stars
5 watching
12 forks
Language: JavaScript
last commit: almost 2 years ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
trysound/rollup-plugin-uglify | Minifies JavaScript bundles using UglifyJS | 261 |
tivac/rollup-plugin-sizes | A tool to analyze and display detailed information about the contents and sizes of bundles generated by Rollup. | 91 |
ritz078/rollup-plugin-filesize | Displays file size information in the command line after compiling a bundle | 128 |
pschroen/rollup-plugin-bundleutils | A set of functions used to process JavaScript bundles after tree shaking | 14 |
doesdev/rollup-plugin-analyzer | Analyzes and displays detailed information about the size and structure of Rollup bundles | 242 |
pauan/rollup-plugin-purs | A Rollup plugin for bundling PureScript modules with optimizations to reduce file size. | 72 |
trysound/rollup-plugin-string | Converts text files to JavaScript modules | 85 |
btd/rollup-plugin-visualizer | Visualizes and analyzes Rollup bundles to identify module usage patterns | 1,955 |
yingye/rollup-plugin-banner | A plugin to append content before JavaScript bundle generation. | 16 |
thgh/rollup-plugin-serve | Serves rolled-up bundles similar to webpack-dev-server | 248 |
jkuri/rollup-plugin-progress | Displays progress of module compilation during the Rollup bundling process | 53 |
weizhenye/rollup-plugin-bundle-scss | A plugin that bundles SCSS imports into a single file. | 17 |
bengsfort/rollup-plugin-copy-assets | Copies files and directories into the output directory of a Rollup bundle during compilation | 23 |
swiing/rollup-plugin-import-assertions | A Rollup plugin that bundles TC39 import assertions for JSON and CSS files. | 5 |
haifeng2013/rollup-plugin-bundle-html | A plugin that bundles and injects JavaScript files into an HTML template | 27 |