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

Interface Argv

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

Source from the content-addressed store, hash-verified

206}
207
208interface Argv extends RecordAny {
209 env: Env;
210}
211
212type CallableWebpackConfiguration<T> = (env: Env, argv: Argv) => T;
213type PotentialPromise<T> = T | Promise<T>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected