-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
@parcel/transformer-babel: remove core-js dep? #4433
Comments
@corwin-of-amber there is nothing harmful about asking for some kind of sponsorship for an open source project. That being said there's the issue of core-js no longer being maintained which will lead to it being replaced at some point... |
That is a bit subjective, but in that case the decision is yours. At any rate, I did not find that @parcel/transformer-babel is even utilizing core-js at all. Am I wrong? |
It's used by |
Oh, I missed that! Sorry and thanks for the ref @mischnic! |
Can we close this, as it's not really an issue and a real dependency? The only way around this I see is to enforce all parcel users to install core-js and babel locally besides parcel which would not change anything.
|
If it becomes a problem, this is on Babel to fix. |
🐛 bug report
It seems that this dependency is redundant:
parcel/packages/transformers/babel/package.json
Line 32 in c690f91
Searching the code base, I only found
core-js
in the tests.🔦 Context
core-js
is particularly harmful due to zloirock/core-js#548, zloirock/core-js#611, zloirock/core-js#708.Any chance it can be removed?
The text was updated successfully, but these errors were encountered: