habitica-self-host/.babelrc

10 lines
154 B
Text
Raw Normal View History

2016-03-03 03:36:27 +00:00
{
"presets": ["es2015"],
"plugins": [
["transform-async-to-module-method", {
"module": "bluebird",
"method": "coroutine"
}]
]
2016-03-03 03:36:27 +00:00
}