From 687d55839b11ac416c532376190f5c2bbe95d9f7 Mon Sep 17 00:00:00 2001 From: Kyle Mathews Date: Thu, 8 Apr 2021 10:21:04 -0700 Subject: [PATCH] fix(gatsby-plugin-gatsby-cloud): Add missing index.js (so the plugin can be resolved in workspaces) --- packages/gatsby-plugin-gatsby-cloud/index.js | 1 + 1 file changed, 1 insertion(+) create mode 100644 packages/gatsby-plugin-gatsby-cloud/index.js diff --git a/packages/gatsby-plugin-gatsby-cloud/index.js b/packages/gatsby-plugin-gatsby-cloud/index.js new file mode 100644 index 0000000000000..172f1ae6a468c --- /dev/null +++ b/packages/gatsby-plugin-gatsby-cloud/index.js @@ -0,0 +1 @@ +// noop