From 81e19fa5ac3151ff07dc26287fbbf3d210ac7135 Mon Sep 17 00:00:00 2001 From: Jake Ruesink Date: Wed, 28 Jul 2021 11:53:20 -0500 Subject: [PATCH] Create index.js file for Gatsby Themes (#7044) Gatsby does not always find the plugin unless there is an index.js file. https://github.com/gatsbyjs/gatsby/issues/5559 https://github.com/gatsbyjs/gatsby/issues/14068 --- packages/gatsby-source-directus/index.js | 1 + 1 file changed, 1 insertion(+) create mode 100644 packages/gatsby-source-directus/index.js diff --git a/packages/gatsby-source-directus/index.js b/packages/gatsby-source-directus/index.js new file mode 100644 index 0000000000..48d2773929 --- /dev/null +++ b/packages/gatsby-source-directus/index.js @@ -0,0 +1 @@ +//noop