Configure redoc to be noExternal

This commit is contained in:
Matthew Phillips 2023-04-28 13:07:49 -04:00
parent 2dca81bf21
commit 7888251955
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',
],
},