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

JSON syntax error in .babelrc #67

Closed
ascooper57 opened this issue Oct 3, 2018 · 1 comment
Closed

JSON syntax error in .babelrc #67

ascooper57 opened this issue Oct 3, 2018 · 1 comment

Comments

@ascooper57
Copy link

Prerequisites

Please answer the following questions for yourself before submitting an issue.

  • [ Y] I am running the latest version 1.5.0
  • [Y ] I checked the documentation and found no answer
  • [Y ] I checked to make sure that this issue has not already been filed
  • [Y ] I'm reporting the issue to the correct repository (for multi-repository projects)

Expected Behavior

Please describe the behavior you are expecting

Should not have trailing comma

Fixed version:

=========================================================================
{
"presets": ["es2015"],
"plugins": [
"transform-class-properties",
"transform-react-jsx",
"transform-object-rest-spread",
["module-resolver", {
"root": ["./src"]
}],
["import-rename", {"^(.*)\.jsx$": "$1"}]
]
}

@ascooper57 ascooper57 changed the title Json syntax error in .babelrc JSON syntax error in .babelrc Oct 3, 2018
@einazare
Copy link
Contributor

einazare commented Oct 4, 2018

Hello there @ascooper57 ,

Thank you for your interest in using our product, and for showing us this human error.
We are going to change it in our next update - the .babelrc file is just something used by us so that we can create a package out of the product.

Best,
Manu

einazare pushed a commit that referenced this issue Jan 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants