Merge pull request #5380 from babel/extra-do + 6.x commits

This commit is contained in:
Henry Zhu
2017-02-25 18:48:27 -05:00
committed by GitHub
19 changed files with 99 additions and 44 deletions

View File

@@ -34,13 +34,17 @@ npm install --save-dev babel-plugin-transform-async-to-module-method
**.babelrc**
```js
// without options
Without options:
```json
{
"plugins": ["transform-async-to-module-method"]
}
```
// with options
With options:
```json
{
"plugins": [
["transform-async-to-module-method", {