mono - feat: moving to tsdown for build#1926
Conversation
There was a problem hiding this comment.
Code Review
This pull request migrates the build system from tsup to tsdown across the monorepo, updating build scripts and output file extensions while adding package-specific configurations. Feedback suggests retaining esbuild in the onlyBuiltDependencies whitelist as it remains a transitive dependency of other tools in the stack. Additionally, it is recommended to implement a shared base configuration for tsdown to reduce redundancy and improve maintainability across the multiple packages.
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 4d3c71f85d
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1926 +/- ##
===========================================
+ Coverage 99.94% 100.00% +0.05%
===========================================
Files 40 40
Lines 3983 3983
Branches 639 643 +4
===========================================
+ Hits 3981 3983 +2
+ Misses 2 0 -2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Please check if the PR fulfills these requirements
What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
mono - feat: moving to tsdown for build