Skip to content

Commit 195f51f

Browse files
authored
Mark @material-tailwind/react as noExternal (#10654)
1 parent daef0e3 commit 195f51f

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.changeset/tall-apples-turn.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@astrojs/react": patch
3+
---
4+
5+
Mark @material-tailwind/react as noExternal

packages/integrations/react/src/index.ts

+1
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ function getViteConfiguration({
8080
'@babel/runtime',
8181
'redoc',
8282
'use-immer',
83+
'@material-tailwind/react'
8384
],
8485
},
8586
};

0 commit comments

Comments
 (0)