new SideEffectsFlagPlugin(analyseSource?): SideEffectsFlagPluginAttributes
analyseSource:
<boolean>analyse source code for side effects
Returns:
<SideEffectsFlagPlugin>apply(compiler): voidAttributes
compiler:
<Compiler>the compiler instance
Returns:
{void}
Apply the plugin
Attributes
moduleName:
<string>the module name
flagValue:
{SideEffectsFlagValue} the flag value
cache:
{Map<string, RegExp>} cache for glob to regexp
Returns:
<boolean>
|
<undefined>true, when the module has side effects, undefined or false when not