On this page

new CleanPlugin(options?): void
  • options {CleanOptions}
apply(compiler): void
Attributes
compiler:<Compiler>
Returns:
{void}

Applies the plugin by registering its hooks on the compiler.


Attributes
compilation:<Compilation>
Returns:
{CleanPluginCompilationHooks}

Returns the attached hooks.