Upgraded @babel/preset-env and core-js#47
Open
costaraphael wants to merge 1 commit into
Open
Conversation
Author
|
Assuming this PR will go through, and although the build is running fine, is there a way to release this as a beta, or RC first? Given the nature of the change, I'd feel safer if I took it for a spin on my project just to confirm everything still works fine. 🙂 |
|
Will probably be incorporating this in an upcoming project - so I would also be willing to try it out! Was going to suggest a branch with the |
|
Is there a workaround to be able to include this as this library seems abandoned... |
|
I think the simplest workaround is migrating to https://github.com/enisdenjo/graphql-ws |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR upgrades core-js and @babel/preset-env to their latest stable versions.
This will bring some improvements in bundle size (more details here) and reduce some incompatibility issues with Storybook (there could be more tools, but I've only experienced issues with Storybook).