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

Update build scripts to work with exports #5708

Merged
merged 5 commits into from
Nov 8, 2021
Merged

Update build scripts to work with exports #5708

merged 5 commits into from
Nov 8, 2021

Conversation

Feiyang1
Copy link
Member

@Feiyang1 Feiyang1 commented Nov 5, 2021

@changeset-bot
Copy link

changeset-bot bot commented Nov 5, 2021

🦋 Changeset detected

Latest commit: 3f22cb1

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 30 packages
Name Type
@firebase/analytics-compat Patch
@firebase/analytics Patch
@firebase/app-check-compat Patch
@firebase/app-check Patch
@firebase/app-compat Patch
@firebase/app Patch
@firebase/auth-compat Patch
@firebase/auth Patch
@firebase/component Patch
@firebase/database-compat Patch
@firebase/database Patch
firebase Patch
@firebase/firestore-compat Patch
@firebase/firestore Patch
@firebase/functions-compat Patch
@firebase/functions Patch
@firebase/installations-compat Patch
@firebase/installations Patch
@firebase/logger Patch
@firebase/messaging-compat Patch
@firebase/messaging Patch
@firebase/performance-compat Patch
@firebase/performance Patch
@firebase/remote-config-compat Patch
@firebase/remote-config Patch
@firebase/storage-compat Patch
@firebase/storage Patch
@firebase/template Patch
@firebase/util Patch
@firebase/database-types Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@google-cla google-cla bot added the cla: yes label Nov 5, 2021
@@ -243,7 +243,7 @@ const completeBuilds = [
plugins: [
sourcemaps(),
resolveModule({
mainFields: ['lite-esm5', 'esm5', 'module']
exportConditions: ['liteesm5', 'esm5']
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is liteesm5 missing a dash here?

Copy link
Member Author

@Feiyang1 Feiyang1 Nov 6, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no, it's intentional to not include a dash here because rollup doesn't seem to like it.

@google-oss-bot
Copy link
Contributor

google-oss-bot commented Nov 5, 2021

Binary Size Report

Affected SDKs

  • @firebase/database-compat/standalone

    Type Base (dbd54f7) Head (37c2230) Diff
    main 272 kB 369 kB +97.0 kB (+35.6%)
  • firebase

    Type Base (dbd54f7) Head (37c2230) Diff
    firebase-performance-standalone-compat.es2017.js 82.2 kB 78.9 kB -3.30 kB (-4.0%)
    firebase-performance-standalone-compat.js 45.5 kB 57.0 kB +11.5 kB (+25.4%)

Test Logs

@google-oss-bot
Copy link
Contributor

google-oss-bot commented Nov 5, 2021

Size Analysis Report

Affected Products

No changes between base commit (dbd54f7) and head commit (37c2230).

@allspain allspain self-requested a review November 6, 2021 00:08
@allspain
Copy link

allspain commented Nov 6, 2021

Approved but Yuchen's comment should be responded to prior to merging

@Feiyang1 Feiyang1 merged commit 3281315 into master Nov 8, 2021
@Feiyang1 Feiyang1 deleted the fei-exports-fix branch November 8, 2021 17:35
@google-oss-bot google-oss-bot mentioned this pull request Nov 8, 2021
@firebase firebase locked and limited conversation to collaborators Dec 9, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

FIREBASE WARNING: wss:// URL used, but browser isn't known to support websockets.
4 participants