History log of /expo/packages/@expo/metro-runtime/src/async-require/index.native.ts (Results 1 – 1 of 1)
Revision Date Author Comments
# f69191a2 05-Sep-2023 Evan Bacon <[email protected]>

feat(metro-runtime): Production bundle splitting runtime for web (#24291)

# Why

- Split out of the bundle splitting branch. These changes ensure that
the code fetching end evaluation logic is in

feat(metro-runtime): Production bundle splitting runtime for web (#24291)

# Why

- Split out of the bundle splitting branch. These changes ensure that
the code fetching end evaluation logic is included in production apps
web apps.
- Also reduces use of `react-native-web` for simplicity and sanity.


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

---------

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

show more ...