History log of /expo/packages/@expo/cli/src/start/server/middleware/resolveEntryPoint.ts (Results 1 – 3 of 3)
Revision Date Author Comments
# be2ffbef 13-Feb-2023 Evan Bacon <[email protected]>

feat(cli, metro-config): implement new unstable_serverRoot feature (#21088)

# Why

- Metro web doesn't work with monorepos because requests that look up
past the project root like `/../../` will

feat(cli, metro-config): implement new unstable_serverRoot feature (#21088)

# Why

- Metro web doesn't work with monorepos because requests that look up
past the project root like `/../../` will be collapsed to `/` which
breaks a number of features.
- Metro added `unstable_serverRoot` which we now automatically set to
the workspace root when `EXPO_USE_METRO_WORKSPACE_ROOT=1` is enabled. If
this works well at scale, we'll enable the feature by default.

<!--
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 ...


# 921ca1b4 14-Oct-2022 Jon Samp <[email protected]>

[expo-cli] Add platform when running --dev-client (#19319)

* [expo-cli] Add platform when running --dev-client

* updates test

* remove .only

* Use "none" for platform when no platform is pr

[expo-cli] Add platform when running --dev-client (#19319)

* [expo-cli] Add platform when running --dev-client

* updates test

* remove .only

* Use "none" for platform when no platform is provided

* add changelog

* Update error message

* fix unit test

show more ...


# 8d307f52 23-Mar-2022 Evan Bacon <[email protected]>

chore: refactor `expo/cli` to `@expo/cli` package (#16717)

* chore: refactor `expo/cli` to `@expo/cli` package

* Update CODEOWNERS

* fix linking

* fix lint script

* fix build file

* f

chore: refactor `expo/cli` to `@expo/cli` package (#16717)

* chore: refactor `expo/cli` to `@expo/cli` package

* Update CODEOWNERS

* fix linking

* fix lint script

* fix build file

* fix e2e tests

* lint before build

* use mock version

show more ...