KC's Workspace
    Preparing search index...
    interface BuilderOptions {
        buildApp?: (builder: ViteBuilder) => Promise<void>;
        sharedConfigBuild?: boolean;
        sharedPlugins?: boolean;
    }
    Index

    Properties

    buildApp?: (builder: ViteBuilder) => Promise<void>
    sharedConfigBuild?: boolean

    Whether to share the config instance among environments to align with the behavior of dev server.

    false
    @experimental
    sharedPlugins?: boolean

    Whether to share the plugin instances among environments to align with the behavior of dev server.

    false
    @experimental