A simple Webpack plugin that displays a nice progress bar during builds. Version 1.0.16 is the latest stable release, with no frequent updates. It supports Webpack 2 through 5 and provides a more visually informative progress display compared to the built-in Webpack progress. It offers options for minimal mode, custom identifiers, and lifecycle callbacks (onStart, onFinish, onProgress).
npm install progress-webpack-pluginVerified import paths — ran on the pinned version, not inferred.
Shows a complete webpack.config.js entry with ProgressPlugin, including minimal mode, identifier, and onProgress callback.
Pass a boolean directly or use object syntax with `minimal` key in newer versions.
Upgrade to Webpack 2 or higher.
Consider alternatives like webpackbar or progress-bar-webpack-plugin.
Install package: npm install --save-dev progress-webpack-plugin
Use `const ProgressPlugin = require('progress-webpack-plugin')`No dependency data recorded yet.