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

Interface Env

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

Source from the content-addressed store, hash-verified

199}
200
201interface Env {
202 WEBPACK_BUNDLE?: boolean;
203 WEBPACK_BUILD?: boolean;
204 WEBPACK_WATCH?: boolean;
205 WEBPACK_SERVE?: boolean;
206}
207
208interface Argv extends RecordAny {
209 env: Env;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected