From 6fd11c771e60dc1f6d062729e6aa0cf835ada0a0 Mon Sep 17 00:00:00 2001 From: Dan Rumney Date: Thu, 23 Aug 2018 11:13:39 -0500 Subject: [PATCH] Fixes #28: Remove incorrect documentation --- README.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/README.md b/README.md index 5f96477..cb9c409 100644 --- a/README.md +++ b/README.md @@ -69,13 +69,6 @@ The options object pass to second parameter of `glob-all`. * Default: `{ignore: "node_modules/**/*"}` * Directly pass to [`glob-all(pattern, globOptions)`](https://github.com/jpillora/node-glob-all#api), which then pass to [`glob(…, globOptions)`](https://github.com/isaacs/node-glob#options) -#### globOptions.ignore - -Ignore pattern for glob. Can be a String or an Array of String. - -* Default: `"node_modules/**/*"` -* Pass to: [`options.ignore`](https://github.com/isaacs/node-glob#options) - #### globOptions.cwd Current working directory for glob. If you don't set explicitly, it defaults to the `context` specified by your webpack compiler at runtime.