mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-19 00:10:26 +00:00
webpack can pass up to 5 arguments to the progress handler: https://github.com/webpack/webpack/blob/b545b519b2024e3f8be3041385bd326bf5d24449/lib/ProgressPlugin.js#L41-L46 For example, simple-progress-webpack-plugin uses all 5 arguments: https://github.com/dominique-mueller/simple-progress-webpack-plugin/blob/246f4795968d49a8b9ecf05ff3f38a100519ac93/logger/verbose-logger.js#L23