0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-30 22:03:56 -05:00

Mark @material-tailwind/react as noExternal (#10654)

This commit is contained in:
Matthew Phillips 2024-04-02 15:38:15 -04:00 committed by GitHub
parent daef0e394a
commit 195f51f82a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 0 deletions

View file

@ -0,0 +1,5 @@
---
"@astrojs/react": patch
---
Mark @material-tailwind/react as noExternal

View file

@ -80,6 +80,7 @@ function getViteConfiguration({
'@babel/runtime',
'redoc',
'use-immer',
'@material-tailwind/react'
],
},
};