We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ade5280 commit 592d453Copy full SHA for 592d453
packages/docs/src/repl/bundler/rollup-plugins.ts
@@ -48,9 +48,7 @@ export const replResolver = (
48
id === '@builder.io/qwik/jsx-runtime' ||
49
id === '@builder.io/qwik/jsx-dev-runtime'
50
) {
51
- return options.buildMode === 'production'
52
- ? '@qwik/dist/core.min.mjs'
53
- : '@qwik/dist/core.mjs';
+ return '@qwik/dist/core.mjs';
54
}
55
if (id === '@builder.io/qwik/server') {
56
return '@qwik/dist/server.mjs';
0 commit comments