diff options
author | 2023-05-01 09:31:44 -0400 | |
---|---|---|
committer | 2023-05-01 09:31:44 -0400 | |
commit | 649d70934e709bb1aa6e5e7583b12fa1703377cb (patch) | |
tree | 4e9742c10e0154a54da6f3157206d06f87c6db8e | |
parent | 2dca81bf2174cd5c27cb63cb0ae081ea2a1ac771 (diff) | |
download | astro-649d70934e709bb1aa6e5e7583b12fa1703377cb.tar.gz astro-649d70934e709bb1aa6e5e7583b12fa1703377cb.tar.zst astro-649d70934e709bb1aa6e5e7583b12fa1703377cb.zip |
Configure redoc to be noExternal (#6933)
-rw-r--r-- | .changeset/many-fans-reply.md | 5 | ||||
-rw-r--r-- | packages/integrations/react/src/index.ts | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/.changeset/many-fans-reply.md b/.changeset/many-fans-reply.md new file mode 100644 index 000000000..0b58ad442 --- /dev/null +++ b/.changeset/many-fans-reply.md @@ -0,0 +1,5 @@ +--- +"@astrojs/react": patch +--- + +Automatically configure redoc 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', ], }, |