Clarify usage of 6to5 in node with harmony flag.
This commit is contained in:
@@ -184,6 +184,8 @@ require("6to5/register")({
|
||||
});
|
||||
```
|
||||
|
||||
**NOTE:** Be aware that if you use node.js with the `--harmony` flag, 6to5 will not automatically check and disable features that are natively supported. You will need to use the `blacklist` option.
|
||||
|
||||
#### Options
|
||||
|
||||
```javascript
|
||||
|
||||
Reference in New Issue
Block a user