Gazebo_simulation-Frontend/node_modules/react-loading-overlay/.babelrc
2020-12-21 10:29:31 -05:00

9 lines
139 B
Plaintext

{
"presets": [
"@babel/preset-env",
"@babel/preset-react"
],
"plugins": [
"@babel/plugin-proposal-class-properties"
]
}