rollup-plugin-size

0.3.1 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i rollup-plugin-size

Weekly Downloads

1,341

Version

0.3.1

License

Apache-2.0

Unpacked Size

11.4 kB

Total Files

6

Last publish

Collaborators

  • luwes