ResolveModulePreloadDependenciesFn: ((filename, deps, context) => string[])

Type declaration

    • (filename, deps, context): string[]
    • Parameters

      • filename: string
      • deps: string[]
      • context: {
            hostId: string;
            hostType: "html" | "js";
        }
        • hostId: string
        • hostType: "html" | "js"

      Returns string[]