rollup-plugin-stats
TypeScript icon, indicating that this package has built-in type declarations

0.1.0 • Public • Published

rollup-plugin-stats

Warning Under active development

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(),
  ],
};

Readme

Keywords

Package Sidebar

Install

npm i rollup-plugin-stats

Weekly Downloads

2

Version

0.1.0

License

MIT

Unpacked Size

8.48 kB

Total Files

12

Last publish

Collaborators

  • vio