1
1
mirror of https://github.com/c8r/x0.git synced 2024-09-11 13:45:52 +03:00
x0/.babelrc

11 lines
105 B
Plaintext
Raw Normal View History

2018-06-22 18:13:15 +03:00
{
"presets": [
"env",
"stage-0",
"react"
],
"plugins": [
"transform-runtime"
]
}