From 95ce701cfb90d173f507ff10f7bc25ff0f555963 Mon Sep 17 00:00:00 2001 From: Kasper Peulen Date: Thu, 26 Oct 2023 12:11:18 +0200 Subject: [PATCH] Remove inDevelopment --- code/lib/cli/src/sandbox-templates.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/code/lib/cli/src/sandbox-templates.ts b/code/lib/cli/src/sandbox-templates.ts index 3f799113649e..2dd4edb620f9 100644 --- a/code/lib/cli/src/sandbox-templates.ts +++ b/code/lib/cli/src/sandbox-templates.ts @@ -563,7 +563,6 @@ const benchTemplates = { 'bench/react-vite-default-ts-test-build': { ...baseTemplates['react-vite/default-ts'], name: 'Bench (react-vite/default-ts, test-build)', - inDevelopment: true, isInternal: true, modifications: { skipTemplateStories: true, @@ -574,7 +573,6 @@ const benchTemplates = { 'bench/react-webpack-18-ts-test-build': { ...baseTemplates['react-webpack/18-ts'], name: 'Bench (react-webpack/18-ts, test-build)', - inDevelopment: true, isInternal: true, modifications: { skipTemplateStories: true,