debian-mirror-gitlab/snowplow-javascript-tracker/.babelrc

11 lines
145 B
Plaintext
Raw Normal View History

2020-04-13 14:06:41 +05:30
{
"presets": [["@babel/preset-env", {
"targets": {
"chrome": 32,
"ie": 9,
"firefox": 27,
"safari": 8
}
}]]
}