{"library":"rollup-plugin-bundle-size","title":"rollup-plugin-bundle-size","description":"A Rollup plugin that displays the size of the generated bundle(s) after build. v1.0.3 (last release). It provides a simple, no-frills way to see bundle size in the console output. Unlike more comprehensive tools like rollup-plugin-visualizer, it focuses solely on size reporting without additional analysis. Works with Rollup's plugin system. No recent updates; considered stable but minimal.","language":"javascript","status":"active","last_verified":"Mon Apr 27","install":{"commands":["npm install rollup-plugin-bundle-size"],"cli":null},"imports":["import bundleSize from 'rollup-plugin-bundle-size'","const bundleSize = require('rollup-plugin-bundle-size')","import bundleSize from 'rollup-plugin-bundle-size'"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"import bundleSize from 'rollup-plugin-bundle-size';\nexport default {\n  input: 'src/index.js',\n  output: { file: 'dist/bundle.js', format: 'cjs' },\n  plugins: [bundleSize()]\n};","lang":"javascript","description":"Shows how to integrate bundleSize plugin in Rollup config to log bundle size after build.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}