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",
|
fileName: "index",
|
||||||
},
|
},
|
||||||
minify: false,
|
minify: false,
|
||||||
|
rollupOptions: {
|
||||||
|
output: {
|
||||||
|
inlineDynamicImports: true,
|
||||||
|
},
|
||||||
|
},
|
||||||
},
|
},
|
||||||
resolve: {
|
resolve: {
|
||||||
dedupe: [
|
dedupe: [
|
||||||
|
|
Loading…
Reference in New Issue