KC's Workspace
    Preparing search index...
    interface ModulePreloadOptions {
        polyfill?: boolean;
        resolveDependencies?: ResolveModulePreloadDependenciesFn;
    }
    Index

    Properties

    polyfill?: boolean

    Whether to inject a module preload polyfill. Note: does not apply to library mode.

    true
    

    Resolve the list of dependencies to preload for a given dynamic import