There was an error while loading. Please reload this page.
1 parent d9088ee commit d40d45dCopy full SHA for d40d45d
1 file changed
packages/plugin-vite/src/mod.ts
@@ -38,6 +38,7 @@ export function fresh(config?: FreshViteConfig): Plugin[] {
38
"react-dom": "preact/compat",
39
react: "preact/compat",
40
},
41
+ noExternal: true,
42
43
optimizeDeps: {
44
// Optmize deps somehow leads to duplicate modules or them
0 commit comments