KC's Workspace
    Preparing search index...
    interface ResolvePluginOptions {
        asSrc?: boolean;
        isBuild: boolean;
        isProduction: boolean;
        isRequire?: boolean;
        packageCache?: PackageCache;
        preferRelative?: boolean;
        root: string;
        scan?: boolean;
        tryIndex?: boolean;
        tryPrefix?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    asSrc?: boolean

    src code mode also attempts the following:

    • resolving /xxx as URLs
    • resolving bare imports from optimized deps
    isBuild: boolean
    isProduction: boolean
    isRequire?: boolean
    packageCache?: PackageCache
    preferRelative?: boolean
    root: string
    scan?: boolean
    tryIndex?: boolean
    tryPrefix?: string