rollup-plugin-summary

v2.0.1
A rollup plugin that summarizes the build
rollup plugin size file filesize summary table

https://img.shields.io/npm/v/rollup-plugin-summary Commitizen friendly semantic-release https://img.shields.io/github/languages/top/yousifalraheem/rollup-plugin-summary npm bundle size codecov Release

rollup-plugin-summary

A rollup plugin that summarizes the output of the build.

Sample output

Installation


npm

npm i -D rollup-plugin-summary

yarn

yarn add -D rollup-plugin-summary

Usage

File: rollup.config.js

import summary from "rollup-plugin-summary";

export default {
  plugins: [summary()],
};

Documentation

Read the full documentation to learn about options and more.


License

MIT

npm i rollup-plugin-summary

Metadata

  • MIT
  • >=14.0.0
  • Yousif Al-Raheem
  • released 5/30/2024

Downloads

Maintainers