diff --git a/declarations/LoaderContext.d.ts b/declarations/LoaderContext.d.ts index 46db6d268a5..d3a679c5ea8 100644 --- a/declarations/LoaderContext.d.ts +++ b/declarations/LoaderContext.d.ts @@ -195,19 +195,19 @@ export interface LoaderRunnerLoaderContext { * The resource path. * In the example: "/abc/resource.js" */ - resourcePath: string; + resourcePath?: string; /** * The resource query string. * Example: "?query" */ - resourceQuery: string; + resourceQuery?: string; /** * The resource fragment. * Example: "#frag" */ - resourceFragment: string; + resourceFragment?: string; /** * The resource inclusive query and fragment.