You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Prerequisites
Please answer the following questions for yourself before submitting an issue.
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"}]
]
}
The text was updated successfully, but these errors were encountered: