From c1f365a80877032116587061b708b1c23c0caecc Mon Sep 17 00:00:00 2001 From: Kyle Mathews Date: Mon, 10 May 2021 22:51:40 -0700 Subject: [PATCH] feat(gatsby): Functions aren't GA but they're not longer EXPERIMENTAL (#31353) --- packages/gatsby/src/utils/flags.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/gatsby/src/utils/flags.ts b/packages/gatsby/src/utils/flags.ts index 70657bf86dd25..49a4193ed136d 100644 --- a/packages/gatsby/src/utils/flags.ts +++ b/packages/gatsby/src/utils/flags.ts @@ -171,7 +171,7 @@ const activeFlags: Array = [ env: `GATSBY_EXPERIMENTAL_FUNCTIONS`, command: `all`, telemetryId: `Functions`, - experimental: true, + experimental: false, description: `Compile Serverless functions in your Gatsby project and write them to disk, ready to deploy to Gatsby Cloud`, umbrellaIssue: `https://gatsby.dev/functions-feedback`, testFitness: (): fitnessEnum => true,