We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 66529fc + c138449 commit ad4444cCopy full SHA for ad4444c
packages/docs/src/repl/worker/repl-plugins.ts
@@ -25,7 +25,7 @@ export const replResolver = (options: ReplInputOptions, buildMode: 'client' | 's
25
if (pkgPath === '/server') {
26
return '\0qwikServer';
27
}
28
- if (/^(|\/jsx(-dev)?-runtime)$/.test(pkgPath)) {
+ if (/^(|\/jsx(-dev)?-runtime|\/internal)$/.test(pkgPath)) {
29
return '\0qwikCore';
30
31
console.error(`Unknown package ${id}`, match);
0 commit comments