.. | ||
cjs | ||
es | ||
index.d.ts | ||
LICENSE | ||
package.json | ||
README.md |
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