new ProgressPlugin(options?): voidoptions{ProgressPluginArgument}- Returns:
<ProgressPlugin>
Creates an instance of ProgressPlugin.
Attributes
dependenciesCount:
<number>handler:
<object>modulesCount:
<number>options:
{ProgressPluginOptions}
percentBy:
<null>progressBar:
{false|Required
showActiveModules:
<boolean>showDependencies:
<boolean>showEntries:
<boolean>showModules:
<boolean>createDefaultHandler:
<object>defaultOptions:
{Required<Omit<ProgressPluginOptions, "handler">>}
apply(compiler): voidAttributes
compiler:
<Compiler>
|
<MultiCompiler>Returns:
{void}
Applies the plugin by registering its hooks on the compiler.
Attributes
compiler:
<Compiler>Returns:
<object>
|
<undefined>Returns a progress reporter, if any.