From 0ac0f25c1884ccfc32c526562328c82d5762b4ad Mon Sep 17 00:00:00 2001 From: Cody Olsen <81981+stipsan@users.noreply.github.com> Date: Mon, 16 Dec 2024 20:19:38 +0100 Subject: [PATCH] fix: add support for `react-compiler-runtime` (#12735) --- packages/integrations/react/src/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/integrations/react/src/index.ts b/packages/integrations/react/src/index.ts index 49cb0e6f7f..6df52fb14b 100644 --- a/packages/integrations/react/src/index.ts +++ b/packages/integrations/react/src/index.ts @@ -60,6 +60,7 @@ function getViteConfiguration( 'react/jsx-runtime', 'react/jsx-dev-runtime', 'react-dom', + 'react-compiler-runtime' ], exclude: [reactConfig.server], },