On this page

new ProgressPlugin(options?): void
Attributes
dependenciesCount:<number>
handler:<object>
modulesCount:<number>
options:
{ProgressPluginOptions}
percentBy:<null>
profile:<boolean> | <null>
showActiveModules:<boolean>
showDependencies:<boolean>
showEntries:<boolean>
showModules:<boolean>
createDefaultHandler:<object>
defaultOptions:
{Required<Omit<ProgressPluginOptions, "handler">>}
apply(compiler): void
Attributes
webpack compiler
Returns:
{void}

Attributes
compiler:<Compiler>
the current compiler
a progress reporter, if any