build: web bundle for app v1.9.7#21
Conversation
|
Warning Review limit reachedYou’ve reached a temporary PR review limit under our Fair Usage Limits Policy. Next review available in: 8 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Repository: wcpos/coderabbit/.coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (11)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
Greptile SummaryThis PR rebuilds the Expo web bundle for app version 1.9.7. The main changes are:
Confidence Score: 4/5The startup asset reference and three changed input paths need fixes before merging.
build/index.html and build/_expo/static/js/web/entry-c2227d0cbfc7e2fc95ee618499069ad1.js Important Files Changed
|
| <!-- The root element for your Expo app. --> | ||
| <div id="root"></div> | ||
| <script src="/__WCPOS_BASEURL_PLACEHOLDER_1781694192407_ngs0pw889l__/_expo/static/js/web/__expo-metro-runtime-1f8f5d3ca6b7f58204d51e14506d73fb.js" defer></script><script src="/__WCPOS_BASEURL_PLACEHOLDER_1781694192407_ngs0pw889l__/_expo/static/js/web/__common-31aaa17e0ef2d2ce9d9c0c517428925a.js" defer></script><script src="/__WCPOS_BASEURL_PLACEHOLDER_1781694192407_ngs0pw889l__/_expo/static/js/web/entry-07c700570e1139845e8a1da0751c3fe1.js" defer></script> | ||
| <script src="/__WCPOS_BASEURL_PLACEHOLDER_1784137810444_yclucfaur7n__/_expo/static/js/web/__expo-metro-runtime-1f8f5d3ca6b7f58204d51e14506d73fb.js" defer></script><script src="/__WCPOS_BASEURL_PLACEHOLDER_1784137810444_yclucfaur7n__/_expo/static/js/web/__common-a449943ff9002da3383e3c026fb95371.js" defer></script><script src="/__WCPOS_BASEURL_PLACEHOLDER_1784137810444_yclucfaur7n__/_expo/static/js/web/entry-c2227d0cbfc7e2fc95ee618499069ad1.js" defer></script> |
There was a problem hiding this comment.
Common Startup Chunk Is Missing
The new HTML requests __common-a449943ff9002da3383e3c026fb95371.js, but that hash is not included in the committed build output. Unless deployment supplies this exact file separately, a fresh load returns 404 for the common modules and the entry bundle cannot start.
Context Used: AGENTS.md (source)
Summary
Rebuilt web bundle from monorepo main at app version 1.9.7.
Ships since v1.9.9 (app 1.9.6): Receipt Data v1.1 savings fields (regular prices / per-line savings / total saved), receipt preview + printer fixes (thermal full-size printing, stale preview measurements), cashier-first coupon form with usage limits, segmented FormToggleGroup control, barcode first-keystroke fix.
Bundle:
entry-c2227d0cbfc7e2fc95ee618499069ad1.js— verified embedsversion":"1.9.7".After merge: tag v1.9.10 manually (auto-tag workflow disabled) and purge jsDelivr
@1.9+@main.