Webpack plugin (v1.0.2) that simplifies console output by bundling FileSizeReport and formatWebpackMessages from react-dev-utils. It replaces verbose Webpack stats with a concise, human-readable summary showing build status, asset sizes (gzipped), and compilation time. Last updated in 2022, no active development. Differentiators: zero-config, single plugin, no options, works with Webpack 5. Lightweight alternative to custom stats configurations or other reporting plugins.
npm install simple-build-report-webpack-pluginNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to install and configure the plugin in a Webpack configuration file using CommonJS require().
Remove any options object when instantiating the plugin.
Consider alternatives like webpack-dashboard, friendly-errors-webpack-plugin, or custom stats configuration.
Use require() instead of import.