We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fb1131 commit 76c447dCopy full SHA for 76c447d
client/packages/lowcoder/vite.config.mts
@@ -82,6 +82,7 @@ export const viteConfig: UserConfig = {
82
unknownGlobalSideEffects: false,
83
},
84
output: {
85
+ inlineDynamicImports: false,
86
chunkFileNames: "[hash].js",
87
manualChunks: (id) => {
88
if (id.includes("node_modules")) {
0 commit comments