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

Interface CLIPluginOptions

packages/webpack-cli/src/plugins/cli-plugin.ts:3–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { type Compiler } from "webpack";
2
3interface CLIPluginOptions {
4 isMultiCompiler?: boolean;
5 configPath?: string[];
6 helpfulOutput: boolean;
7 hot?: boolean | "only";
8 progress?: boolean | "profile";
9 prefetch?: string;
10 analyze?: boolean;
11}
12
13export default class CLIPlugin {
14 logger!: ReturnType<Compiler["getInfrastructureLogger"]>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected