Fix async/await babel recommendation

master
Ilkka Oksanen 2017-02-26 12:21:17 +01:00 committed by jongleberry
parent 909b829ac6
commit 0c28d1f57b
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ For example, in your `.babelrc` file, you should have:
}
```
You can also use the [stage-3 preset](http://babeljs.io/docs/plugins/preset-stage-3/) instead.
You can also use the [env preset](http://babeljs.io/docs/plugins/preset-env/) with a target option `"node": "current"` instead.
# Application