-
Notifications
You must be signed in to change notification settings - Fork 5k
Closed
Labels
Description
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"}]
]
}
Reactions are currently unavailable