rollup-plugin-bundle-filesize
v0.3.6
Published
Track compressed Rollup asset sizes over time.
Downloads
14
Readme
🙋 Using Webpack? Check out the original size-plugin.
Installation
Install rollup-plugin-bundle-filesize
as a development dependency using npm:
npm i -D rollup-plugin-bundle-filesize
Usage
Add the plugin to your rollup configuration:
// rollup.config.js
+ import size from 'rollup-plugin-bundle-filesize';
plugins: [
+ size()
]
Credits
This is a fork of port of size-plugin by Jason Miller.