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

Drop babel-runtime requirement #204

Closed
mclark-newvistas opened this issue Jul 23, 2019 · 1 comment · Fixed by #276
Closed

Drop babel-runtime requirement #204

mclark-newvistas opened this issue Jul 23, 2019 · 1 comment · Fixed by #276

Comments

@mclark-newvistas
Copy link

Would it be possible to drop babel-runtime from the package.json when targeting nodejs? I am running node 8.4.0 in production right now, and I don't believe babel offers anything which node lacks. Perhaps make it an optional dependency?

I ask because babel-runtime is indirectly causing issues by including core-js, which itself is spamming my terminal. Ideally we can break the dependency here, which should remove spam from my terminal. See babel/babel#10253 for an example of the terminal output, and why they are not able to break the dependency at that level.

@blikblum
Copy link
Member

#196 should make it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants