Skip to content

JSON syntax error in .babelrc #67

@ascooper57

Description

@ascooper57

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"}]
]
}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions