History log of /expo/packages/@expo/cli/src/prebuild/copyTemplateFiles.ts (Results 1 – 6 of 6)
Revision Date Author Comments
# 4149568c 17-May-2023 Evan Bacon <[email protected]>

Remove entry file modification/index.js generation from `expo prebuild` (#22044)

# Why

- Possible since https://github.com/expo/expo/pull/21643
- Arbitrary entry files in development only work w

Remove entry file modification/index.js generation from `expo prebuild` (#22044)

# Why

- Possible since https://github.com/expo/expo/pull/21643
- Arbitrary entry files in development only work when using
`expo-dev-client` or `.expo/.virtual-metro-entry` (SDK +49).

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

# Test Plan

- TBD

<!--
Please describe how you tested this change and how a reviewer could
reproduce your test, especially if this PR does not include automated
tests! If possible, please also provide terminal output and/or
screenshots demonstrating your test/reproduction.
-->

# Checklist

<!--
Please check the appropriate items below if they apply to your diff.
This is required for changes to Expo modules.
-->

- [ ] Documentation is up to date to reflect these changes (eg:
https://docs.expo.dev and README.md).
- [ ] Conforms with the [Documentation Writing Style
Guide](https://github.com/expo/expo/blob/main/guides/Expo%20Documentation%20Writing%20Style%20Guide.md)
- [ ] This diff will work correctly for `expo prebuild` & EAS Build (eg:
updated a module plugin).

---------

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

show more ...


# 7977e438 28-Oct-2022 Evan Bacon <[email protected]>

revert #18381 (#19712)


# 6e1af36d 29-Aug-2022 Evan Bacon <[email protected]>

feat(cli)!: Auto resolve project entry point in `expo prebuild` (#18381)

* feat: drop requirement for index.js on iOS by using expo entry resolution.

- The Android version of this was added in #1

feat(cli)!: Auto resolve project entry point in `expo prebuild` (#18381)

* feat: drop requirement for index.js on iOS by using expo entry resolution.

- The Android version of this was added in #14964

* feat(cli)!: Drop support for copying `index.js` and removing `main` field in `package.json` during `expo prebuild`

* Update packages/@expo/cli/CHANGELOG.md

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

* Update copyTemplateFiles.ts

* updated tests

* Update migrating.md

* Update docs/pages/build-reference/migrating.md

Co-authored-by: Aman Mittal <[email protected]>

* Update templates/expo-template-bare-minimum/ios/HelloWorld.xcodeproj/project.pbxproj

* Update project.pbxproj

* Update createManifest.js

* Update project.pbxproj

* Update project.pbxproj

* Update create-manifest-ios.sh

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

show more ...


# 474a7a4b 21-Jun-2022 Evan Bacon <[email protected]>

chore(cli): migrate to debug package (#17084)

* chore(cli): migrate to debug package

* Update packages/@expo/cli/CHANGELOG.md

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

chore(cli): migrate to debug package (#17084)

* chore(cli): migrate to debug package

* Update packages/@expo/cli/CHANGELOG.md

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

* Update checkPackages.ts

* Update packages/@expo/cli/src/start/platforms/android/ADBServer.ts

* Update ADBServer.ts

* Update activateWindow.ts

* Update adb.ts

* migrate new methods to debug

* Update variadic.ts

* Update yarn.lock

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

show more ...


# 29975bfd 28-Mar-2022 Evan Bacon <[email protected]>

fix(cli): fix type errors (#16724)

* fix(cli): fix type errors

* Update CHANGELOG.md

* Update packages/@expo/cli/CHANGELOG.md

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

fix(cli): fix type errors (#16724)

* fix(cli): fix type errors

* Update CHANGELOG.md

* Update packages/@expo/cli/CHANGELOG.md

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

* fix typecheck

* Update yarn.lock

* Update package.json

* Update MetroTerminalReporter.ts

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

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