-
Notifications
You must be signed in to change notification settings - Fork 927
Add back browser CJS build as ./dist/index.browser.cjs.js. #5245
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
🦋 Changeset detectedLatest commit: 979baac The changes in this PR will be included in the next version bump. This PR includes changesets to release 3 packages
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 |
Changeset File Check ✅
|
Size Analysis Report |
Co-authored-by: Sebastian Schmidt <[email protected]>
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.
Would you still require a cjs browser build when v9 comes out?
We haven't attempted upgrading Emulator UI to v9 and when we do we'd probably start with compat first. I'd assume we'd still need a CJS browser build though unless proven otherwise during the migration. |
Okay. We can add the build if you need it. |
This adds back a browser CJS build, once removed by #5149 but still needed by Emulator UI. No changes to exports and package.json.