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

incorrect babel runtime version #286

Open
dyf19118 opened this issue Nov 14, 2018 · 1 comment
Open

incorrect babel runtime version #286

dyf19118 opened this issue Nov 14, 2018 · 1 comment

Comments

@dyf19118
Copy link

plugin requires babel/runtime as its dependency and specified its version as "@babel/runtime": "^7.0.0"。However, babel runtime at its current release 7.1.5 introduces breaking changes, it removes core-js package and this causes any package that requires babel/runtime/core-js failed to work.
babel/runtime@7.0.0-beta.46 can work and it's the runtime version roadhog is using.

@dyf19118
Copy link
Author

@sorrycc it seems that babel-runtime introduces breaking changes in minor level update. ^ is not safe any more.

yesmeck added a commit that referenced this issue Nov 4, 2020
Close

- #245
- #420
- #423
- #344
- #342
- #432
- #436
- #331
- #324
- #311
- #297
- #296
- #286
- #282
- #280
- #239
- #172
@yesmeck yesmeck mentioned this issue Nov 4, 2020
yesmeck added a commit that referenced this issue Nov 4, 2020
Close

- #245
- #420
- #423
- #344
- #342
- #432
- #436
- #331
- #324
- #311
- #297
- #296
- #286
- #282
- #280
- #239
- #172
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

No branches or pull requests

1 participant