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

Interface WebpackContext

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

Source from the content-addressed store, hash-verified

138}
139
140interface WebpackContext {
141 webpack: typeof webpack;
142}
143
144interface WebpackDevServerContext {
145 devServer: DevServerConstructor;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected