0.1.0 • Published 1 year ago

rollup-plugin-stats v0.1.0

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

rollup-plugin-stats

Warning Under active development

npm.io npm.io CI

Output Rollup stats JSON file

Install

npm install --dev rollup-plugin-stats

or

yarn add --dev rollup-plugin-stats

Configure

// rollup.config.js
const { rollupStats } = require('rollup-plugin-stats');

module.exports = {
  plugins: [
    // add it as the last plugin
    rollupStats(),
  ],
};
0.1.0

1 year ago