-
Notifications
You must be signed in to change notification settings - Fork 946
Add ReactNative and Browser builds (Lite/Exp) #3400
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
Conversation
💥 No ChangesetLatest commit: 373d996 Merging this PR will not cause any packages to be released. If these changes should not cause updates to packages in this repo, this is fine 🙂 If these changes should be published to npm, you need to add a changeset. This PR includes no changesetsWhen changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types Click here to learn what changesets are, and how to add one. Click here if you're a maintainer who wants to add a changeset to this PR |
fa13143
to
223f8ca
Compare
Binary Size ReportAffected SDKs
Test Logs
|
223f8ca
to
4b7cbe4
Compare
packages/firestore/exp/package.json
Outdated
@@ -2,5 +2,7 @@ | |||
"name": "@firebase/firestore/exp", | |||
"description": "A tree-shakeable version of the Firestore SDK", | |||
"main": "../dist/exp/index.node.esm2017.js", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you make main a umd build, since it's going to be used in Node.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done. Changed to UMD and ES5.
packages/firestore/lite/package.json
Outdated
@@ -2,5 +2,7 @@ | |||
"name": "@firebase/firestore/lite", | |||
"description": "A lite version of the Firestore SDK", | |||
"main": "../dist/lite/index.node.esm2017.js", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Change to umd build.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done. Changed to UMD and ES5.
Uh oh!
There was an error while loading. Please reload this page.