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

feat: Pin @babel/runtime to major #570

Merged

Conversation

eps1lon
Copy link
Contributor

@eps1lon eps1lon commented Jan 19, 2020

We don't have to use the same version of @babel/runtime as @babel/plugin-transform-runtime. We can pin to whatever version we like as long as transform-runtime is configured accordingly.

[
'@babel/plugin-transform-runtime',
{
version: '^7.0.0',
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the default as well as "mostly uneffective". It is only added for clarity.

@vanhoutenbos vanhoutenbos merged commit 8826798 into oliviertassinari:master Jan 19, 2020
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 this pull request may close these issues.

None yet

2 participants