Configure redoc to be noExternal (#6933)

This commit is contained in:
Matthew Phillips 2023-05-01 09:31:44 -04:00 committed by GitHub
parent 2dca81bf21
commit 649d70934e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

View file

@ -0,0 +1,5 @@
---
"@astrojs/react": patch
---
Automatically configure redoc

View file

@ -66,6 +66,7 @@ function getViteConfiguration() {
'@mui/material',
'@mui/base',
'@babel/runtime',
'redoc',
'use-immer',
],
},