0.3.1 • Published 1 year ago

rollup-plugin-size v0.3.1

Weekly downloads
452
License
Apache-2.0
Repository
github
Last release
1 year ago

🙋 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.