diff --git a/packages/gatsby/src/schema/graphql-engine/print-plugins.ts b/packages/gatsby/src/schema/graphql-engine/print-plugins.ts index c332dc51b9198..0505be9616b25 100644 --- a/packages/gatsby/src/schema/graphql-engine/print-plugins.ts +++ b/packages/gatsby/src/schema/graphql-engine/print-plugins.ts @@ -13,7 +13,7 @@ const schemaCustomizationAPIs = new Set([ `createResolvers`, ]) -const excludePlugins = new Set([`internal-data-bridge`, `default-site-plugin`]) +const excludePlugins = new Set([`internal-data-bridge`]) const includePlugins = new Set([`gatsby-plugin-sharp`]) // Emit file that imports required node APIs