fix: bun does not require symlink - #6119
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughThe bundler compiler now disables ChangesPreserve-symlinks package-manager handling
Estimated code review effort: 2 (Simple) | ~10 minutes Suggested reviewers: Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
PR Checklist
What is the current behavior?
When the
bunpackage manager is set in the config, the node--preserve-symlinksflag is set. This affectslink:andworkspace:dependency resolution in monorepos.What is the new behavior?
Bun is treated specially and no flag will be passed for it, just like pnpm.
Fixes #6118.
Summary by CodeRabbit