Closed brunos3d closed 1 year ago
Thanks Bruno! Since the recent update of qwik it is now required to set tsconfigFileNames: ["tsconfig.app.json"]
in the vite.config.ts
, as by default it is resolved to tsconfig.json
.
I've created a PR that should handle it in new apps and added a migration for existing apps
Current Behavior
Got some issues after generating a brand new repo, below are the commands and the given outputs. I managed to fix the missing "key" warnings by adding the key props to where spread props had occurrences.
Expected Behavior
Run the standard example after creating a brand new project without errors/warnings
GitHub Repo
No response
Steps to Reproduce
npx create-nx-workspace@latest --preset=qwik-nx
cd <WORKSPACE NAME>
nx serve <PROJECT NAME>
Nx Report
Failure Logs
No response
Additional Information
Commands used and console outputs