Skip to content

Commit 76c447d

Browse files
fix build
1 parent 1fb1131 commit 76c447d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

client/packages/lowcoder/vite.config.mts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ export const viteConfig: UserConfig = {
8282
unknownGlobalSideEffects: false,
8383
},
8484
output: {
85+
inlineDynamicImports: false,
8586
chunkFileNames: "[hash].js",
8687
manualChunks: (id) => {
8788
if (id.includes("node_modules")) {

0 commit comments

Comments
 (0)