Plugin<TPluginContext> Gro Plugins enable custom behavior during gro dev and gro build.
In contrast, Adapters use the results of gro build to produce final artifacts.
generics
TPluginContext
name
type string
setup
type (ctx: TPluginContext) => void | Promise<void>
adapt
type (ctx: TPluginContext) => void | Promise<void>
teardown
type (ctx: TPluginContext) => void | Promise<void>