Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 590 Bytes

File metadata and controls

23 lines (14 loc) · 590 Bytes

Home > @velcro/bundler > Plugin_2 > load

Plugin_2.load() method

Signature:

load?(ctx: PluginLoadContext, id: string): MaybeThenable<PluginLoadResult | undefined>;

Parameters

Parameter Type Description
ctx PluginLoadContext
id string

Returns:

MaybeThenable<PluginLoadResult | undefined>