class MyClass {
myProp = 42;
}
the above code will report to Unexpected token when Babel compiles
{
"presets": [
"env",
"react"
],
"plugins": [
"react-hot-loader/babel"
]
}
this is the configuration file of Babel
also ask friends who know