A Vite plugin that displays a customizable progress bar during the build process. Current stable version is 0.0.7. It wraps the node-progress library and supports options like format, width, color via picocolors, and more. It is designed for Vite developers who want visual feedback on build progress, similar to progress-bar-webpack-plugin but for Vite. The plugin is lightweight, supports TypeScript, and has a simple API. Release cadence is low; it is a stable utility with few updates.
npm install vite-plugin-progressVerified import paths — ran on the pinned version, not inferred.
Shows how to add the plugin with custom options to a Vite config.
Set `total` explicitly (e.g., 200) or rely on internal counting (but may show no progress).
Do not use `srcDir`; remove it from options.
No fix; this is expected behavior. Subsequent builds show full progress.
Clear cache (`rm -rf node_modules/.vite`) if issues occur.
No dependency data recorded yet.