Type Alias: ResolvePluginInstance
ResolvePluginInstance = {[Defined in: webpack/types.d.ts:15959index:string]:any;apply: (arg0) =>void; } | (this,arg1) =>void
Type Declaration
{[index: string]: any; apply: (arg0) => void; }
Index Signature
[index: string]: any
apply()
apply: (The run point of the plugin, required method.arg0) =>void
Parameters
arg0
Resolver
Returns
void
(this, arg1) => void
Parameters
this
Resolver
arg1
Resolver
Returns
void