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

Interface WebpackDevServerContext

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

Source from the content-addressed store, hash-verified

142}
143
144interface WebpackDevServerContext {
145 devServer: DevServerConstructor;
146}
147
148interface KnownWebpackCLICommands {
149 build: CommandOptions<string[], CommanderArgs, WebpackContext & Context>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected