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

Interface ConfigurationsAndPaths

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

Source from the content-addressed store, hash-verified

220>;
221
222interface ConfigurationsAndPaths {
223 options: Configuration | MultiConfiguration;
224 path: WeakMap<object, string[]>;
225}
226
227declare interface WebpackCallback {
228 (err: null | Error, result?: Stats): void;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected