KC's Workspace
    Preparing search index...
    interface ExperimentalOptions {
        bundledDev?: boolean;
        hmrPartialAccept?: boolean;
        importGlobRestoreExtension?: boolean;
        renderBuiltUrl?: RenderBuiltAssetUrl;
    }
    Index
    bundledDev?: boolean

    Enable full bundle mode during serve.

    This seeds the default for the client environment's isBundled option. Other environments default to false during serve. Any environment can override its isBundled value via environments[name].isBundled.

    This is highly experimental.

    false
    
    hmrPartialAccept?: boolean

    Enables support of HMR partial accept via import.meta.hot.acceptExports.

    false
    
    importGlobRestoreExtension?: boolean

    Append fake &lang.(ext) when queries are specified, to preserve the file extension for following plugins to process.

    false
    
    renderBuiltUrl?: RenderBuiltAssetUrl

    Allow finegrain control over assets and public files paths