rollup-plugin-bundle-summary

1.0.3 • Public • Published

rollup-plugin-bundle-summary

Plugin to print the output of your bundle, including gzip and brotli sizes.

Output Format

sample_output

Install

npm install --save-dev rollup-plugin-bundle-summary

Usage

import summary from 'rollup-plugin-bundle-summary';

export default {
    entry: 'index.js',
    plugins: [
        summary()
    ]
}

Show your support

Give a ⭐️ if this project helped you!

📝 License

Copyright © 2021 Benjamin Pickford. This project is MIT licensed.

Readme

Keywords

Package Sidebar

Install

npm i rollup-plugin-bundle-summary

Weekly Downloads

97

Version

1.0.3

License

MIT

Unpacked Size

3.59 kB

Total Files

4

Last publish

Collaborators

  • bmpickford