Which project does this relate to?
Create Tanstack App
Describe the bug
When scaffolding a new project with pnpm create @tanstack/start@latest, the generated app installs vite-tsconfig-paths@^6.0.2 by default, but using the project results in an error.
If I downgrade vite-tsconfig-paths to ^5.1.4, the issue disappears and the project works as expected.
Your Example Website or App
N/A
Steps to Reproduce the Bug or Issue
- Create a new app:
pnpm create @tanstack/start@latest my-app
cd my-app
- Install dependencies:
- Run the command that triggers the error (e.g. pnpm dev / pnpm build / pnpm preview):
- Observe the error (see “Describe the bug”)
Expected behavior
The import alias is resolved correctly without any errors occurring.
Screenshots or Videos
No response
Platform
- OS: macOS
- Browser: Chrome
- Version: 143.0.7499.170
Additional context
No response