MCPcopy Create free account
hub / github.com/webpack/webpack-cli / WebpackCallback

Interface WebpackCallback

packages/webpack-cli/src/webpack-cli.ts:227–230  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

225}
226
227declare interface WebpackCallback {
228 (err: null | Error, result?: Stats): void;
229 (err: null | Error, result?: MultiStats): void;
230}
231
232type ProcessedArguments = Parameters<(typeof webpack)["cli"]["processArguments"]>[2];
233type Schema = Parameters<(typeof webpack)["cli"]["getArguments"]>[0];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected