@ai-assistant/rollup-plugin-summary
v1.0.0
Published
A rollup plugin that summarizes the build
Downloads
9
Maintainers
Readme
rollup-plugin-summary
A rollup plugin that summarizes the output of the build.
Installation
npm
npm i -D rollup-plugin-summaryyarn
yarn add -D rollup-plugin-summaryUsage
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
