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