0.3.6 • Published 11 months ago

rollup-plugin-bundle-filesize v0.3.6

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
11 months ago

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

0.3.6

11 months ago

0.3.5

11 months ago

0.3.4

11 months ago

0.3.2

11 months ago