fix: force inlineDynamicImports
This commit is contained in:
parent
7e13eda63c
commit
d5946321d0
|
@ -85,6 +85,11 @@ export default async function (context: PresetContext): Promise<PresetAsset> {
|
|||
fileName: "index",
|
||||
},
|
||||
minify: false,
|
||||
rollupOptions: {
|
||||
output: {
|
||||
inlineDynamicImports: true,
|
||||
},
|
||||
},
|
||||
},
|
||||
resolve: {
|
||||
dedupe: [
|
||||
|
|
Loading…
Reference in New Issue