#1779·mitosis

Missing "./preloader" specifier in "@builder.io/qwik" package - Fresh quick start project

Author: obipawanCreated Jun 25, 2025Updated Jun 25, 2025
Labelsbug

I am interested in helping provide a fix!

Yes

Which generators are impacted?

  • All
  • Angular
  • HTML
  • Preact
  • Qwik
  • React
  • React-Native
  • Solid
  • Stencil
  • Svelte
  • Vue
  • Web components

Reproduction case

not applicable for playground

Expected Behaviour

A fresh project following all the steps from the readme should load the todo and sample component for Qwik

Actual Behaviour

Fails for Qwik with the following stacktrace

[plugin:vite:import-analysis] 
Missing "./preloader" specifier in "@builder.io/qwik" package

my_project_path_here/mittens/node_modules/@builder.io/qwik-city/lib/index.qwik.mjs
    at e (file://my_project_path_here/mittens/node_modules/vite/dist/node/chunks/dep-827b23df.js:21446:25)
    at n (file://my_project_path_here/mittens/node_modules/vite/dist/node/chunks/dep-827b23df.js:21446:627)
    at o (file://my_project_path_here/mittens/node_modules/vite/dist/node/chunks/dep-827b23df.js:21446:1297)
    at resolveExportsOrImports (file://my_project_path_here/mittens/node_modules/vite/dist/node/chunks/dep-827b23df.js:28747:20)
    at resolveDeepImport (file://my_project_path_here/mittens/node_modules/vite/dist/node/chunks/dep-827b23df.js:28766:31)
    at tryNodeResolve (file://my_project_path_here/mittens/node_modules/vite/dist/node/chunks/dep-827b23df.js:28454:20)
    at Context.resolveId (file://my_project_path_here/mittens/node_modules/vite/dist/node/chunks/dep-827b23df.js:28213:28)
    at Object.resolveId (file://my_project_path_here/mittens/node_modules/vite/dist/node/chunks/dep-827b23df.js:44280:64)
    at async TransformContext.resolve (file://my_project_path_here/mittens/node_modules/vite/dist/node/chunks/dep-827b23df.js:43996:23)
    at async normalizeUrl (file://my_project_path_here/mittens/node_modules/vite/dist/node/chunks/dep-827b23df.js:41837:34

Additional Information

No response