Skip to main content
webpack / ResolvePluginInstance

Type Alias: ResolvePluginInstance

ResolvePluginInstance = {[index: string]: any; apply: (arg0) => void; } | (this, arg1) => void
Defined in: webpack/types.d.ts:15959

Type Declaration

{[index: string]: any; apply: (arg0) => void; }

Index Signature

[index: string]: any

apply()

apply: (arg0) => void
The run point of the plugin, required method.

Parameters

arg0
Resolver

Returns

void (this, arg1) => void

Parameters

this

Resolver

arg1

Resolver

Returns

void