tainacan/.babelrc

10 lines
115 B
Plaintext
Raw Normal View History

{
"presets": [
["@babel/preset-env",
{
"modules": false
}
2018-10-01 20:32:32 +00:00
],
"@babel/react"
]
}