{"library":"rollup-plugin-progress2","title":"rollup-plugin-progress2","description":"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.","language":"javascript","status":"active","last_verified":"Mon Apr 27","install":{"commands":["npm install rollup-plugin-progress2"],"cli":null},"imports":["import progress from 'rollup-plugin-progress2'","import progress from 'rollup-plugin-progress2'","import type { Plugin } from 'rollup'"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"import { defineConfig } from 'rollup';\nimport progress from 'rollup-plugin-progress2';\n\nexport default defineConfig({\n  input: 'src/index.js',\n  output: {\n    dir: 'dist',\n    format: 'es'\n  },\n  plugins: [\n    progress({\n      clearLine: true\n    })\n  ]\n});","lang":"typescript","description":"Shows the minimum configuration to use rollup-plugin-progress2 with Rollup v3, including the import and plugin setup.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}