From 57c131db9d43e526e6228df4502119b8296ebfb6 Mon Sep 17 00:00:00 2001 From: LB Date: Mon, 1 Mar 2021 15:24:33 -0500 Subject: [PATCH] will git stop being weird (#29897) --- packages/gatsby-transformer-sharp/src/customize-schema.js | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/gatsby-transformer-sharp/src/customize-schema.js b/packages/gatsby-transformer-sharp/src/customize-schema.js index 262e5c8a04385..14baeed0fa9db 100644 --- a/packages/gatsby-transformer-sharp/src/customize-schema.js +++ b/packages/gatsby-transformer-sharp/src/customize-schema.js @@ -465,7 +465,6 @@ const imageNodeType = ({ not know the formats of the source images, as this could lead to unwanted results such as converting JPEGs to PNGs. Specifying both PNG and JPG is not supported and will be ignored. `, - defaultValue: [``, `webp`], }, outputPixelDensities: { type: GraphQLList(GraphQLFloat),