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/schemas/plugins/WatchIgnorePlugin.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 node_modules/webpack/schemas/plugins/WatchIgnorePlugin.json (limited to 'node_modules/webpack/schemas/plugins/WatchIgnorePlugin.json') diff --git a/node_modules/webpack/schemas/plugins/WatchIgnorePlugin.json b/node_modules/webpack/schemas/plugins/WatchIgnorePlugin.json new file mode 100644 index 00000000..b08d50ba --- /dev/null +++ b/node_modules/webpack/schemas/plugins/WatchIgnorePlugin.json @@ -0,0 +1,18 @@ +{ + "title": "WatchIgnorePluginOptions", + "description": "A list of RegExps or absolute paths to directories or files that should be ignored", + "type": "array", + "items": { + "description": "RegExp or absolute path to directories or files that should be ignored", + "oneOf": [ + { + "type": "string" + }, + { + "instanceof": "RegExp", + "tsType": "RegExp" + } + ] + }, + "minItems": 1 +} -- cgit v1.2.3