Skip to content

Commit 1e6a126

Browse files
committed
fix umd format not supported for code-splitting
1 parent ee85bac commit 1e6a126

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vite.config.ts

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ export default defineConfig({
2727
},
2828
exports: "named",
2929
dir: "dist",
30+
inlineDynamicImports: true,
3031
},
3132
},
3233
},

0 commit comments

Comments
 (0)