A webpack plugin that registers a callback to be executed when the compiler's 'done' hook is triggered, providing access to compilation stats. Version 1.0.3 is the current stable release. It offers a simple API with optional error callback, distinct from webpack's built-in hooks or other plugin-based approaches.
npm install done-webpack-pluginNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows basic usage with success and error callbacks in webpack config.
Upgrade to webpack 4+.
Consider using webpack's built-in 'done' hook or a more modern alternative.
Use webpack's 'error' stats or handle errors in the success callback via stats.hasErrors().
Use `const DoneWebpackPlugin = require('done-webpack-plugin');` instead of import.Run `npm install --save-dev webpack` or ensure webpack is installed.
No dependency data recorded yet.