HackMD/.babelrc

14 lines
159 B
Plaintext
Raw Normal View History

2016-12-24 03:10:18 +00:00
{
"presets": [
["env", {
"targets": {
"node": "6",
"uglify": true
}
}]
2016-12-24 03:10:18 +00:00
],
"plugins": [
"transform-runtime"
]
}