hedgedoc/.babelrc

14 lines
159 B
Text
Raw Normal View History

2016-12-23 22:10:18 -05:00
{
"presets": [
["env", {
"targets": {
"node": "6",
"uglify": true
}
}]
2016-12-23 22:10:18 -05:00
],
"plugins": [
"transform-runtime"
]
}