1
0
mirror of https://github.com/chylex/Firefox-SCsCC.git synced 2024-11-14 17:42:52 +01:00
Firefox-SCsCC/.babelrc

13 lines
153 B
Plaintext

{
"presets": [
[
"env", {
"targets": {
"browsers": "Firefox >= 52"
},
"modules": false
}
]
]
}