tubbsfireinfo.com/.babelrc

15 lines
154 B
Plaintext
Raw Normal View History

2017-10-10 18:45:54 +00:00
{
"presets": [
"react",
2017-10-10 20:12:13 +00:00
"stage-0",
2017-10-10 18:45:54 +00:00
[
"env",
{
"targets": {
"browsers": ["> 5%"]
}
}
]
]
}