Merge pull request #5380 from babel/extra-do + 6.x commits
This commit is contained in:
@@ -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", {
|
||||
|
||||
Reference in New Issue
Block a user