summaryrefslogtreecommitdiff
path: root/packages/integrations/react/src/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/integrations/react/src/index.ts')
-rw-r--r--packages/integrations/react/src/index.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/integrations/react/src/index.ts b/packages/integrations/react/src/index.ts
index 1569a7c70..1d88b09e1 100644
--- a/packages/integrations/react/src/index.ts
+++ b/packages/integrations/react/src/index.ts
@@ -59,7 +59,6 @@ function getViteConfiguration(
},
plugins: [react({ include, exclude, babel }), optionsPlugin(!!experimentalReactChildren)],
ssr: {
- external: reactConfig.externals,
noExternal: [
// These are all needed to get mui to work.
'@mui/material',