Skip to content

Commit

Permalink
Readme: plugin options cannot be set in babili cmd (#401)
Browse files Browse the repository at this point in the history
  • Loading branch information
probins authored and boopathi committed Feb 2, 2017
1 parent be41c2d commit d7324f7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -88,6 +88,8 @@ Equivalent to:
babel src -d lib --presets=babili --no-babelrc
```

Note that, because the `babili` command uses the default preset with `no-babelrc`, you cannot set any non-default options in the preset's plugins with this command. To do this, you can use the `babel` command with the options set in a `.babelrc`. See the preset docs for more information on how to do this.

## [Babel preset](http://babeljs.io/docs/plugins/#presets)

| Package | Version | Dependencies |
Expand Down

0 comments on commit d7324f7

Please sign in to comment.