summaryrefslogtreecommitdiff
path: root/packages/integrations/react/src
diff options
context:
space:
mode:
authorGravatar Cody Olsen <81981+stipsan@users.noreply.github.com> 2024-12-16 20:19:38 +0100
committerGravatar GitHub <noreply@github.com> 2024-12-16 14:19:38 -0500
commit0ac0f25c1884ccfc32c526562328c82d5762b4ad (patch)
tree05527c6c546fe01e6dc5513a69845311b8dda3ee /packages/integrations/react/src
parent039d022b1bbaacf9ea83071d27affc5318e0e515 (diff)
downloadastro-0ac0f25c1884ccfc32c526562328c82d5762b4ad.tar.gz
astro-0ac0f25c1884ccfc32c526562328c82d5762b4ad.tar.zst
astro-0ac0f25c1884ccfc32c526562328c82d5762b4ad.zip
fix: add support for `react-compiler-runtime` (#12735)
Diffstat (limited to 'packages/integrations/react/src')
-rw-r--r--packages/integrations/react/src/index.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/integrations/react/src/index.ts b/packages/integrations/react/src/index.ts
index 49cb0e6f7..6df52fb14 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],
},