Add use-immer as a noExternal module (#6696)
This commit is contained in:
parent
5f71d1bbeb
commit
239b9a2fb8
2 changed files with 6 additions and 0 deletions
5
.changeset/wet-lemons-rest.md
Normal file
5
.changeset/wet-lemons-rest.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
'@astrojs/react': patch
|
||||
---
|
||||
|
||||
Add use-immer as a noExternal module
|
|
@ -66,6 +66,7 @@ function getViteConfiguration() {
|
|||
'@mui/material',
|
||||
'@mui/base',
|
||||
'@babel/runtime',
|
||||
'use-immer',
|
||||
],
|
||||
},
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue