Skip to content

Commit 3f3a1f2

Browse files
committed
docs: fix up repl issue 🥗
1 parent eaec430 commit 3f3a1f2

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)