film-exif/.babelrc

15 lines
156 B
Plaintext
Raw Normal View History

2018-05-03 14:44:48 -04:00
{
"presets": [
["env", {
"targets": {
"browsers": [
">0.25%",
"not ie 11",
"not op_mini all"
]
}
}],
"inferno-app"
]
}