Skip to content

Commit 81017f9

Browse files
authored
Merge pull request #7778 from gioboa/docs/fix-up-repl
docs: fix up repl issue 🥗
2 parents eaec430 + 3f3a1f2 commit 81017f9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/docs/src/repl/repl.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,8 @@ const getDependencies = (input: ReplAppInput) => {
180180
`${prefix}server.cjs`,
181181
`/bindings/qwik.wasm.cjs`,
182182
`/bindings/qwik_wasm_bg.wasm`,
183+
`${prefix}qwikloader.js`,
184+
`${prefix}preloader.mjs`,
183185
]) {
184186
out[QWIK_PKG_NAME][p] = getNpmCdnUrl(bundled, QWIK_PKG_NAME, input.version, p);
185187
}

0 commit comments

Comments
 (0)