On this page

new ProgressPlugin(options?): void

Creates an instance of ProgressPlugin.

Attributes
dependenciesCount:<number>
handler:<object>
modulesCount:<number>
percentBy:
<"entries"> | <"dependencies"> | <"modules"> | <null>
profile:<boolean> | <null>
progressBar:
<false> | <Required> < <object> >
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.