Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow ".bundle" extension for entry point files #39

Merged
merged 2 commits into from
Dec 8, 2020

Conversation

imjoehaines
Copy link
Member

Goal

There was some confusion in testing with the --bundler-entry-point option — this is intended to be a file (i.e. "index.js" in most cases) that we request the bundle for but a user was providing the bundle file name instead (i.e. "index.bundle")

This PR adds the word "file" to the option help text, so hopefully it's a bit clearer and allows the ".bundle" extension as well

src/commands/UploadReactNativeCommand.ts Outdated Show resolved Hide resolved
@imjoehaines imjoehaines merged commit 16cab63 into next Dec 8, 2020
@imjoehaines imjoehaines deleted the allow-bundle-file-extension branch December 8, 2020 09:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants