-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Do we need both of core-js and core-js-pure in the bundle? #848
Labels
Comments
No. It's 3 different ways of
|
What if I include a library which uses |
ndepaola
added a commit
to ndepaola/CubeCobra
that referenced
this issue
Oct 22, 2023
seems a bit weird to me that we need to pin this dependency twice. there's some discussion on this here: zloirock/core-js#848
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am using core-js to support IE11 mainly for promise and generator(Saga)
In my bundle I see core-js and core-js-pure. Do we need both of them?
I have some setup on babelrc.
I have this code on my root for clientside
import 'core-js/stable'
import 'regenerator-runtime/runtime'
The text was updated successfully, but these errors were encountered: