portfolio/.babelrc

10 lines
148 B
Plaintext
Raw Permalink Normal View History

2018-08-26 13:15:02 +02:00
{
"presets": [
["env", {
"targets": {
"browsers": ["> 0.5%", "last 2 versions", "Firefox ESR", "not dead"]
}
}]
]
}