2.0.0 • Published 1 year ago

rollup-plugin-summary v2.0.0

Weekly downloads
690
License
MIT
Repository
github
Last release
1 year ago

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.

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