Package Exports
- rollup-plugin-summary
- rollup-plugin-summary/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (rollup-plugin-summary) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
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