koa2-api-scaffold/.babelrc

5 lines
75 B
Plaintext
Raw Normal View History

2017-01-23 01:12:24 +08:00
{
2017-02-12 01:28:00 +08:00
"presets": ["es2015", "stage-2"],
"plugins": ["transform-runtime"]
2017-01-23 01:12:24 +08:00
}