From 26105034da4fcce7ac883c899d781f016559310d Mon Sep 17 00:00:00 2001 From: ruki Date: Thu, 8 Nov 2018 00:38:48 +0800 Subject: switch to vuepress --- .../webpack/declarations/plugins/WatchIgnorePlugin.d.ts | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 node_modules/webpack/declarations/plugins/WatchIgnorePlugin.d.ts (limited to 'node_modules/webpack/declarations/plugins/WatchIgnorePlugin.d.ts') diff --git a/node_modules/webpack/declarations/plugins/WatchIgnorePlugin.d.ts b/node_modules/webpack/declarations/plugins/WatchIgnorePlugin.d.ts new file mode 100644 index 00000000..05c85750 --- /dev/null +++ b/node_modules/webpack/declarations/plugins/WatchIgnorePlugin.d.ts @@ -0,0 +1,10 @@ +/** + * 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 + */ +export type WatchIgnorePluginOptions = (string | RegExp)[]; -- cgit v1.2.3