vitejs / vite

Next generation frontend tooling. It's fast!
http://vite.dev
MIT License
68.46k stars 6.18k forks source link

Error: [plugin ] Cannot convert undefined or null to object when running Qwik-TS TypeScript in Vite #18131

Closed YuHyeonWook closed 1 month ago

YuHyeonWook commented 1 month ago

Describe the bug

I encountered an issue when following the instructions in the Vite README to run Qwik-TS TypeScript. The error message states: [plugin:vite-plugin-qwik] Cannot convert undefined or null to object.

https://stackblitz.com/edit/vitejs-vite-rwqbh7?file=src%2Findex.css&terminal=dev

Reproduction

https://ko.vitejs.dev/guide/

Steps to reproduce

No response

System Info

--

Used Package Manager

npm

Logs

No response

Validations

stackblitz[bot] commented 1 month ago

Fix this issue in StackBlitz Codeflow Start a new pull request in StackBlitz Codeflow.

hi-ogawa commented 1 month ago

It's likely that this is a qwik issue. Please check an issue on qwik repro. Probably this one is same https://github.com/QwikDev/qwik/issues/6777

YuHyeonWook commented 1 month ago

thx!