A Rollup plugin that displays file size information for generated bundles. Version 0.3.8, released sparsely (no recent major changes). Helps developers monitor output sizes during builds. Minimal dependencies, focused solely on reporting file sizes. Alternatives like rollup-plugin-visualizer provide more detailed visualization.
npm install rollup-plugin-fileinfoVerified import paths — ran on the pinned version, not inferred.
Shows how to import and use the fileinfo plugin in a Rollup configuration.
For more detailed analysis, consider rollup-plugin-visualizer.
Use import { fileinfo } from 'rollup-plugin-fileinfo' instead of default import.Upgrade Node.js to version 8 or higher.
Use dynamic import or configure Rollup with type: 'module' in package.json.
Use import { fileinfo } from 'rollup-plugin-fileinfo'.No dependency data recorded yet.