diff --git a/packages/docs/src/repl/worker/repl-plugins.ts b/packages/docs/src/repl/worker/repl-plugins.ts index a023352be0a..ecdf2761a91 100644 --- a/packages/docs/src/repl/worker/repl-plugins.ts +++ b/packages/docs/src/repl/worker/repl-plugins.ts @@ -25,7 +25,7 @@ export const replResolver = (options: ReplInputOptions, buildMode: 'client' | 's if (pkgPath === '/server') { return '\0qwikServer'; } - if (/^(|\/jsx(-dev)?-runtime|\/internal)$/.test(pkgPath)) { + if (/^(|\/jsx(-dev)?-runtime|\/internal|\/handlers.mjs)$/.test(pkgPath)) { return '\0qwikCore'; } console.error(`Unknown package ${id}`, match);