summaryrefslogtreecommitdiff
path: root/packages/integrations/react/src
diff options
context:
space:
mode:
authorGravatar Matthew Phillips <matthew@skypack.dev> 2023-05-01 09:31:44 -0400
committerGravatar GitHub <noreply@github.com> 2023-05-01 09:31:44 -0400
commit649d70934e709bb1aa6e5e7583b12fa1703377cb (patch)
tree4e9742c10e0154a54da6f3157206d06f87c6db8e /packages/integrations/react/src
parent2dca81bf2174cd5c27cb63cb0ae081ea2a1ac771 (diff)
downloadastro-649d70934e709bb1aa6e5e7583b12fa1703377cb.tar.gz
astro-649d70934e709bb1aa6e5e7583b12fa1703377cb.tar.zst
astro-649d70934e709bb1aa6e5e7583b12fa1703377cb.zip
Configure redoc to be noExternal (#6933)
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 b01229c3e..d7906fe4a 100644
--- a/packages/integrations/react/src/index.ts
+++ b/packages/integrations/react/src/index.ts
@@ -66,6 +66,7 @@ function getViteConfiguration() {
'@mui/material',
'@mui/base',
'@babel/runtime',
+ 'redoc',
'use-immer',
],
},