webpack/declarations/plugins/WatchIgnorePlugin.d.ts

11 lines
272 B
TypeScript
Raw Permalink Normal View History

/**
* This file was automatically generated.
* DO NOT MODIFY BY HAND.
* Run `yarn special-lint-fix` to update
*/
/**
* A list of RegExps or absolute paths to directories or files that should be ignored
*/
2018-09-20 16:13:38 +08:00
export type WatchIgnorePluginOptions = (string | RegExp)[];