new CleanPlugin(options?): CleanPluginAttributes
options:
<CleanOptions>Returns:
<CleanPlugin>Attributes
options:
<CleanOptions>apply(compiler): voidAttributes
compiler:
<Compiler>Returns:
{void}
Applies the plugin by registering its hooks on the compiler.
Attributes
compilation:
<Compilation>Returns:
{CleanPluginCompilationHooks}
Returns the attached hooks.