Gazebo_simulation-Frontend/node_modules/react-loading-overlay/.babelrc

9 lines
139 B
Plaintext
Raw Permalink Normal View History

2020-12-21 11:29:31 -04:00
{
"presets": [
"@babel/preset-env",
"@babel/preset-react"
],
"plugins": [
"@babel/plugin-proposal-class-properties"
]
}