{"library":"rollup-plugin-progress","title":"rollup-plugin-progress","description":"A Rollup plugin that displays a progress bar and the current module being transpiled during the build process. Version 1.1.2 (latest as of 2017) is stable with no active development. It provides real-time feedback via a progress bar and the filename of the current module, with an option to preserve terminal output (clearLine: false). Differentiator: simple, lightweight, no frills; minimal compared to alternatives like rollup-plugin-visualizer or rollup-plugin-progress-plugin.","language":"javascript","status":"abandoned","last_verified":"Mon Apr 27","install":{"commands":["npm install rollup-plugin-progress"],"cli":null},"imports":["import progress from 'rollup-plugin-progress'","import progress from 'rollup-plugin-progress'"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"import { rollup } from 'rollup';\nimport progress from 'rollup-plugin-progress';\n\nrollup({\n  input: 'src/index.js',\n  plugins: [\n    progress({\n      clearLine: false // default: true\n    })\n  ]\n}).then(bundle => {\n  bundle.write({ file: 'dist/bundle.js', format: 'iife' });\n});","lang":"javascript","description":"Shows how to configure the progress plugin with Rollup, including the optional clearLine flag.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}