We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a8389e commit 9f0a90dCopy full SHA for 9f0a90d
custom-app/vite.config.ts
@@ -10,6 +10,7 @@ export default defineConfig({
10
output: {
11
entryFileNames: `output.js`,
12
assetFileNames: `output.[ext]`,
13
+ inlineDynamicImports: true,
14
}
15
16
0 commit comments