Skip to content

Commit 41a1d3f

Browse files
committed
fix(manifest): order qwikloader key higher up in the json
1 parent cf30a10 commit 41a1d3f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/qwik/src/optimizer/src/manifest.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -413,6 +413,7 @@ export function generateManifestFromBundles(
413413
},
414414
core: undefined,
415415
preloader: undefined,
416+
qwikLoader: undefined,
416417
bundleGraphAsset: undefined,
417418
injections,
418419
mapping: {},

0 commit comments

Comments
 (0)