I upgraded to Vite 5 and updated the dependencies. I'm using @auth/core and @builder.io/qwik-auth.
After update when I run npm run build I get this error:
Internal server error: Directory import '/home/projects/qwik-starter-y42h1d/node_modules/@auth/core/lib/actions' is not supported resolving ES modules imported from /home/projects/qwik-starter-y42h1d/node_modules/@auth/core/lib/index.js
Since it might be related to configuration, I'm going to send this issue to Qwik and Vite and Auth/Core repos.
Which component is affected?
Qwik Rollup / Vite plugin
Describe the bug
I upgraded to Vite 5 and updated the dependencies. I'm using
@auth/core
and@builder.io/qwik-auth
.After update when I run
npm run build
I get this error:Since it might be related to configuration, I'm going to send this issue to Qwik and Vite and Auth/Core repos.
Reproduction
https://stackblitz.com/edit/qwik-starter-y42h1d?file=package.json
Steps to reproduce
No response
System Info
Additional Information
No response