-
Notifications
You must be signed in to change notification settings - Fork 918
Replaced babylon per babel #1480
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
Conversation
babylon has been deprecated... Deprecation message when building: { parser: "babylon" } is deprecated; we now treat it as { parser: "babel" }.
Do you happen to know since which version of prettier? We should make sure our dependency on prettier is updated. |
Thanks qkdreyer!! |
@graux can you update the PR to raise the minimum version of |
Sure, give me a minute! :) |
Should I update the package version to 14.2.3 ? |
@graux no, I'll handle that during release |
Done! 👍 |
How could I modify my package.json? Please give a template to me. Thanks |
@TroyEdwardLee you can use latest version: |
I am using "vue-loader": "15.0.11" and still have this issue with my symfony project. |
babylon has been deprecated... Deprecation message when building:
{ parser: "babylon" } is deprecated; we now treat it as { parser: "babel" }.