Skip to content

Commit

Permalink
docs updated
Browse files Browse the repository at this point in the history
  • Loading branch information
dangreen committed Jan 16, 2016
1 parent 60b769f commit 5a5e6da
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ Parameter | Type | Details
compile | ((boolean)) | Whether or not sails should compile future JS code. Defaults to `true`.
polyfill | ((boolean)) | Whether or not use `babel-polyfill`. Defaults to `false`.
presets | ((array)) | Which [presets](http://babeljs.io/docs/plugins/#presets) to transpile your code with. Defaults to [es2015](http://babeljs.io/docs/plugins/preset-es2015/).
ignore | ((boolean/Regex)) | Can be `false` or a regex of what to ignore. For default mode see http://babeljs.io/docs/usage/require/
only | ((Regex)) | Whether or not use babel's [loose](http://babeljs.io/docs/usage/loose/) mode. For default mode see http://babeljs.io/docs/usage/require/
extensions | ((array)) | Pass an array of extensions, such as ['.js', '.es']. For default mode see http://babeljs.io/docs/usage/require/

Also you can use [other Babel 6 options](https://babeljs.io/docs/usage/options/).

That’s it!

0 comments on commit 5a5e6da

Please sign in to comment.