MCPcopy
hub / github.com/webpack/webpack / WatchIgnorePluginOptions

Interface WatchIgnorePluginOptions

types.d.ts:25453–25458  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25451 apply(compiler: Compiler): void;
25452}
25453declare interface WatchIgnorePluginOptions {
25454 /**
25455 * A list of RegExps or absolute paths to directories or files that should be ignored.
25456 */
25457 paths: (string | RegExp)[];
25458}
25459
25460/**
25461 * Options for the watcher.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected