On this page

new ProgressPlugin(options?): void

Creates an instance of ProgressPlugin.

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

Applies the plugin by registering its hooks on the compiler.


Attributes
compiler:<Compiler>

Returns a progress reporter, if any.