1.0.3 • Published 2 years ago

rollup-plugin-bundle-summary v1.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

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.