Skip to content

Commit 6fe4028

Browse files
authored
Merge pull request #7656 from QwikDev/fix-repl
fix(manifest): order qwikloader key higher up in the json
2 parents cf30a10 + 41a1d3f commit 6fe4028

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)