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 50f44bb commit 1df2a62Copy full SHA for 1df2a62
packages/qwik-nx/src/generators/application/files/src/entry.preview.tsx__template__
@@ -11,8 +11,9 @@
11
*
12
*/
13
import { createQwikCity } from '@builder.io/qwik-city/middleware/node';
14
-import render from './entry.ssr';
+// The `render` import must stay after `qwikCityPlan` import: https://github.com/BuilderIO/qwik/issues/3634
15
import qwikCityPlan from '@qwik-city-plan';
16
+import render from './entry.ssr';
17
18
/**
19
* The default export is the QwikCity adaptor used by Vite preview.
0 commit comments