OpenDroneMap-WebODM/.babelrc

11 wiersze
166 B
Plaintext

{
"presets": ["es2015", "react"],
"env": {
"test": {
"plugins": ["syntax-class-properties",
"transform-class-properties"]
}
}
}