11 lines
194 B
Text
11 lines
194 B
Text
{
|
|
"presets": [
|
|
// "@babel/preset-env"
|
|
"@babel/preset-react"
|
|
// "react-app"
|
|
],
|
|
"plugins": [
|
|
// "@babel/plugin-proposal-class-properties",
|
|
"react-hot-loader/babel"
|
|
]
|
|
}
|