Skip to content

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

License

Notifications You must be signed in to change notification settings

bmpickford/rollup-plugin-bundle-summary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published