-
Notifications
You must be signed in to change notification settings - Fork 41
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
Node6 does not support syntax of trailing comma #147
Node6 does not support syntax of trailing comma #147
Comments
Gah, I'm dumb. I run prettier on the output from babel, which adds the trailing commas... Will fix, sorry! |
🎉 This issue has been resolved in version 3.1.3 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Thanks so much! |
Hi, when use this plugin, I get the following error.
My node version is v6.16.0, and the engines node of this plugin is greater or equal to 6. But node6 does not support trailing comma syntax.
I upgrade node to v8.x.x, this plugin work well.
The text was updated successfully, but these errors were encountered: