diff --git a/types.d.ts b/types.d.ts index 946b48fc7..7dfee5221 100644 --- a/types.d.ts +++ b/types.d.ts @@ -6315,7 +6315,6 @@ declare interface LoaderRunnerLoaderContext { /** * An array of all the loaders. It is writeable in the pitch phase. * loaders = [{request: string, path: string, query: string, module: function}] - * * In the example: * [ * { request: "/abc/loader1.js?xyz",