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

@@ -40,13 +40,17 @@ The transformation plugin is typically used only in development, but the runtime
Add the following line to your `.babelrc` file:
```js
// without options
Without options:
```json
{
"plugins": ["transform-runtime"]
}
```
// with options
With options:
```json
{
"plugins": [
["transform-runtime", {