A simple esbuild plugin that displays a progress bar during builds. Current stable version is 1.0.1, released as a minor update. It integrates easily into any esbuild setup, providing visual feedback for long builds. Key differentiators: zero dependencies, lightweight, and minimal configuration.
npm install esbuild-progressNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows basic usage of esbuild-progress plugin with esbuild, using CJS require.
const ProgressPlugin = require('esbuild-progress').default;Use ProgressPlugin() with parentheses.
Only use in Node.js builds.
Remove 'new'. Call ProgressPlugin() directly.
Use default import: import ProgressPlugin from 'esbuild-progress'
Run 'npm install esbuild-progress --save-dev' and verify import statement.
No dependency data recorded yet.