History log of /expo/packages/@expo/cli/src/start/server/metro/metroErrors.ts (Results 1 – 1 of 1)
Revision Date Author Comments
# 837127ed 04-Jan-2023 Evan Bacon <[email protected]>

fix(cli): allow chained Metro resolvers to resolve when the predecessor resolvers throw a Metro resolution error. (#20704)

# Why

Reimplements #19874 but with tests and proper checking.

<!--
P

fix(cli): allow chained Metro resolvers to resolve when the predecessor resolvers throw a Metro resolution error. (#20704)

# Why

Reimplements #19874 but with tests and proper checking.

<!--
Please describe the motivation for this PR, and link to relevant GitHub
issues, forums posts, or feature requests.
-->

# How

- When a metro resolver throws a metro resolution error, we should
attempt to resolve using the next resolver in the chain.
- Added debug logs so users can examine the progress.
- Added tests for all known cases.

Co-authored-by: Expo Bot <[email protected]>

show more ...