1
0
Fork 0
mirror of https://github.com/Findus23/RadioStats.git synced 2024-09-20 17:13:48 +02:00
RadioStats/web/.babelrc

14 lines
168 B
Text
Raw Normal View History

2018-02-09 16:09:29 +01:00
{
"presets": [
[
"@babel/preset-env",
{
"targets": {
"browsers": [
">1% in AT"
]
}
}
]
]
}