fix: restore browser targets#24
Conversation
|
Warning Review limit reached
More reviews will be available in 44 minutes and 45 seconds. Learn how PR review limits work. Your organization has run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After more reviews become available, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available. Please see our Fair Usage Limits Policy for further information. ✨ Finishing Touches🧪 Generate unit tests (beta)
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 |
There was a problem hiding this comment.
Code Review
This pull request updates the build and release configuration by targeting IE 11 in .fatherrc.js, upgrading @rc-component/father-plugin to ^2.2.0, and replacing the np package with @rc-component/np in package.json. No review comments were provided, and there is no additional feedback.
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.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #24 +/- ##
=======================================
Coverage 82.41% 82.41%
=======================================
Files 25 25
Lines 654 654
Branches 238 236 -2
=======================================
Hits 539 539
Misses 114 114
Partials 1 1 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Summary
targets: { ie: 11 }.esandliboutput for older webpack parsers.Root Cause
@rc-component/father-plugin@2.2.0defaultstargetsto{ chrome: 85 }, which is newer than the previous Father browser default. Without an explicit override, the published output can keep syntax that older webpack parsers cannot parse.Verification
npm run compileacorn@6parses all generatedesandlibJavaScript files after the fixnpm test -- --runInBand