1
1
mirror of https://github.com/c8r/x0.git synced 2024-08-17 01:10:32 +03:00
x0/.babelrc
2018-06-22 11:13:15 -04:00

11 lines
105 B
Plaintext

{
"presets": [
"env",
"stage-0",
"react"
],
"plugins": [
"transform-runtime"
]
}