combine.fm/.babelrc

12 lines
199 B
Text
Raw Normal View History

2015-11-22 12:37:09 +00:00
{
2018-04-13 01:42:16 +01:00
"presets": [
["@babel/preset-env", {
"targets": {
"node": "9.11.1"
},
"modules": "commonjs"
}]
],
2018-04-13 01:42:16 +01:00
"plugins": ["@babel/plugin-proposal-object-rest-spread"]
2015-11-22 12:37:09 +00:00
}