Document the feature
This commit is contained in:
parent
1da831baa4
commit
567d25cfa5
@ -68,7 +68,10 @@ require("@babel/register")({
|
||||
extensions: [".es6", ".es", ".jsx", ".js", ".mjs"],
|
||||
|
||||
// Setting this to false will disable the cache.
|
||||
cache: true
|
||||
cache: true,
|
||||
|
||||
// Specify the version of babel-core used for transformation. (Optional)
|
||||
babel: require('babel-core')
|
||||
});
|
||||
```
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user