@oazmi/superbuild - v0.3.2
    Preparing search index...

    Interface NativeReplicaPluginSetupConfig

    configuration options for nativeReplicaPluginSetup.

    interface NativeReplicaPluginSetupConfig {
        genericLoader: { [ext: string]: AutoSuggestOrString<Loader> };
    }

    Hierarchy

    Index

    Properties

    Properties

    genericLoader: { [ext: string]: AutoSuggestOrString<Loader> }

    contains all of the generic loaders specified in the initial build options. they don't get passed over to esbuild directly because it gets really mad about it.