{"library":"rollup-plugin-analyze","title":"rollup-plugin-analyze","description":"A Rollup plugin that generates an interactive HTML visualization of your bundle's module sizes and dependencies. Version 0.4.0 is the latest stable release with no active development observed since 2020. It provides a full-page visual breakdown similar to Webpack Bundle Analyzer, but as a Rollup-specific solution. Key differentiator: it outputs a standalone HTML file with drill-down capability, unlike other tools like rollup-plugin-visualizer which offers multiple output formats. Supports Rollup and Vite via plugin compatibility.","language":"javascript","status":"maintenance","last_verified":"Mon Apr 27","install":{"commands":["npm install rollup-plugin-analyze"],"cli":null},"imports":["import Analyze from 'rollup-plugin-analyze'"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"// vite.config.js\nimport react from '@vitejs/plugin-react'\nimport Analyze from 'rollup-plugin-analyze'\n\nexport default () => {\n  return {\n    plugins: [react(), Analyze()]\n  }\n}","lang":"javascript","description":"Shows integration with Vite using React plugin plus Rollup analyzer.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}