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', ], },