1.0.4 • Published 3 years ago

rollup-plugin-sizeme v1.0.4

Weekly downloads
48
License
MIT
Repository
github
Last release
3 years ago

rollup-plugin-sizeme

display brotli and gzip sizes for rollup assets.

Usage

Install it using NPM:

npm install --save-dev rollup-plugin-sizeme

or using yarn:

yarn add --dev rollup-plugin-sizeme

then in rollup.config.js

import { sizeme } from 'rollup-plugin-sizeme'

export default {
	plugins: [sizeme()],
}

Output format:

> Asset Size:   462 B    373 B      unplug.js
                (gzip)   (brotli)   (filename)

License

MIT License @ 2020 osdevisnot

1.0.2

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago

0.0.1

4 years ago