0.3.6 • Published 11 months ago
rollup-plugin-bundle-filesize v0.3.6
🙋 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.