Skip to content

Commit 9f0a90d

Browse files
authored
Update vite.config.ts
1 parent 0a8389e commit 9f0a90d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

custom-app/vite.config.ts

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ export default defineConfig({
1010
output: {
1111
entryFileNames: `output.js`,
1212
assetFileNames: `output.[ext]`,
13+
inlineDynamicImports: true,
1314
}
1415
}
1516
}

0 commit comments

Comments
 (0)