minio/browser/.babelrc

9 lines
111 B
Plaintext
Raw Normal View History

{
"presets": [
"es2015",
"react"
],
"plugins": ["transform-object-rest-spread"]
}