A Rollup plugin that displays the current module being transpiled during the bundling process. Version 0.2.3 rewrites the original rollup-plugin-progress in TypeScript and adds support for Rollup v3. It provides a simple progress indicator with an optional clearLine configuration. Unlike the original, this version is maintained, typed, and compatible with Rollup v3. Released as a scoped replacement, it has a low release cadence and minimal dependencies.
npm install rollup-plugin-progress2Verified import paths — ran on the pinned version, not inferred.
Shows the minimum configuration to use rollup-plugin-progress2 with Rollup v3, including the import and plugin setup.
Set clearLine: true (default) to clear the progress line after each module.
Ensure Rollup version is 3.x.
Use rollup-plugin-progress2 instead.
Use import instead, or set { "type": "module" } in package.json.Use import progress from 'rollup-plugin-progress2'.