You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
git clone https://github.com/GrandSchtroumpf/qwik-hueeye.git
cd qwik-hueeye
pnpm install
pnpm build.lib
Check /lib: we can see files like layout.xxxx.js
Also under /lib/index.qwik.mjs we import from ./index-BTLWW2YL.js, and if we check the file we've got the routes.
Which component is affected?
Qwik Rollup / Vite plugin
Describe the bug
I've got a repo where components folder is for the lib and routes folder is for my app. When I run pnpm build.lib it also build the components from the routes folder.
Here is the vite.config for lib: https://github.com/GrandSchtroumpf/qwik-hueeye/blob/main/adapters/lib/vite.config.ts
This start happening on v1.10.0, and is still there is v1.11.0
Reproduction
https://github.com/GrandSchtroumpf/qwik-hueeye
Steps to reproduce
Check
/lib
: we can see files like layout.xxxx.jsAlso under
/lib/index.qwik.mjs
we import from./index-BTLWW2YL.js
, and if we check the file we've got the routes.System Info
Additional Information
No response
The text was updated successfully, but these errors were encountered: