react-forms/.babelrc

10 lines
95 B
Plaintext
Raw Permalink Normal View History

2021-07-07 11:03:35 +02:00
{
"presets": [
["env", {
"modules": false
}],
"stage-0",
"react"
]
}