KC's Workspace
    Preparing search index...

    Class EnvironmentPluginContainer<Env>

    Type Parameters

    Index

    Constructors

    Properties

    getSortedPluginHooks: <K$1 extends keyof Plugin<any>>(
        hookName: K$1,
    ) => NonNullable<HookHandler<Plugin<any>[K$1]>>[]
    getSortedPlugins: <K$1 extends keyof Plugin<any>>(
        hookName: K$1,
    ) => PluginWithRequiredHook<K$1>[]
    minimalContext: MinimalPluginContext$1<Env>
    moduleGraph: EnvironmentModuleGraph | undefined
    watchFiles: Set<string>

    Accessors

    Methods