koa2-api-scaffold/.babelrc

5 lines
75 B
Plaintext
Raw Normal View History

2017-01-23 01:12:24 +08:00
{
2017-01-23 03:38:59 +08:00
'presets': ['es2015', 'stage-2'],
'plugins': ['transform-runtime']
2017-01-23 01:12:24 +08:00
}