Add use-immer as a noExternal module (#6696)

This commit is contained in:
Matthew Phillips 2023-03-28 15:35:21 -04:00 committed by GitHub
parent 5f71d1bbeb
commit 239b9a2fb8
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
---
Add use-immer as a noExternal module

View file

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