Skip to content

Commit

Permalink
docs updated
Browse files Browse the repository at this point in the history
  • Loading branch information
dangreen committed Jan 14, 2016
1 parent eedc979 commit 09c17c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ By default, configuration lives in `sails.config.babel`. The configuration key
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/
Expand Down

0 comments on commit 09c17c1

Please sign in to comment.