combine.fm/.babelrc

11 lines
139 B
Text
Raw Permalink Normal View History

2015-11-22 12:37:09 +00:00
{
2018-04-13 01:42:16 +01:00
"presets": [
["@babel/preset-env", {
"targets": {
2020-01-18 10:19:20 +00:00
"node": "13.0.0"
2018-04-13 01:42:16 +01:00
},
"modules": "commonjs"
}]
2018-04-28 17:55:02 +01:00
]
2015-11-22 12:37:09 +00:00
}