Add an option for custom runtime (#3612)
This commit is contained in:
@@ -42,7 +42,8 @@ Add the following line to your `.babelrc` file:
|
||||
["transform-runtime", {
|
||||
"helpers": false, // defaults to true
|
||||
"polyfill": false, // defaults to true
|
||||
"regenerator": true // defaults to true
|
||||
"regenerator": true, // defaults to true
|
||||
"moduleName": "babel-runtime" // defaults to "babel-runtime"
|
||||
}]
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user