feat(tsdown): ✨ add base configuration for tsdown across multiple packages#708
Conversation
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Code Review
This pull request replaces SWC and tsc-alias with tsdown across multiple packages and plugins to simplify the build and development workflows. Feedback on the changes highlights two main issues: first, the path resolution logic in packages/config/tsdown.base.ts does not account for Windows absolute paths, which can break bundling on Windows systems; second, tsdown was incorrectly added as a peerDependency in packages/vitnode/package.json, which unnecessarily forces consumers to install it.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
…ove configurations
… S3 and Supabase Storage adapters
Improving Documentation
pnpm lint:fixto fix formatting issues before opening the PR.Description
What?
Why?