We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ignoreWatch
1 parent 5c51303 commit 91f9fa8Copy full SHA for 91f9fa8
src/options/types.ts
@@ -257,8 +257,8 @@ export interface Options {
257
*/
258
config?: boolean | string
259
/** @default false */
260
- watch?: boolean | string | string[]
261
- ignoreWatch?: string | string[]
+ watch?: boolean | Arrayable<string>
+ ignoreWatch?: Arrayable<string | RegExp>
262
263
/**
264
* You can specify command to be executed after a successful build, specially useful for Watch mode
0 commit comments