Treker/uhabits-web/.babelrc
2021-01-03 14:43:49 -06:00

7 lines
70 B
Plaintext

{
"presets": [
["env", { "modules": false }],
"react"
]
}