GitHunt
LU

luwes/rollup-plugin-size

๐Ÿฃ Track compressed Rollup asset sizes over time.

rollup-plugin-size npm

Prints the gzipped sizes of your rollup assets and the changes since the last build.

rollup-plugin-size

๐Ÿ™‹ Using Webpack? Check out the original size-plugin.

Installation

Install rollup-plugin-size as a development dependency using npm:

npm i -D rollup-plugin-size

Usage

Add the plugin to your rollup configuration:

// rollup.config.js
+ import size from 'rollup-plugin-size';

plugins: [
+   size()
]

License

Apache 2.0

Credits

This is a port of size-plugin by Jason Miller.

Languages

JavaScript100.0%

Contributors

Created February 16, 2019
Updated August 27, 2025
luwes/rollup-plugin-size | GitHunt