mirror of https://github.com/webpack/webpack.git
Update declarations/LoaderContext.d.ts
Co-authored-by: Tobias Koppers <tobias.koppers@googlemail.com>
This commit is contained in:
parent
3898b38f52
commit
481832d4d5
|
|
@ -6,7 +6,7 @@ import NormalModule, { InputFileSystem } from "../lib/NormalModule";
|
|||
import type { Mode } from "./WebpackOptions";
|
||||
import type { Logger } from "../lib/logging/Logger";
|
||||
|
||||
export interface LoaderContext {
|
||||
export interface NormalModuleLoaderContext {
|
||||
version: number;
|
||||
getOptions(schema: Schema): any;
|
||||
emitWarning(warning: Error | string): void;
|
||||
|
|
|
|||
Loading…
Reference in New Issue