Skip to content

Commit

Permalink
Add babelCore docs to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
frederickfogerty authored Jul 4, 2016
1 parent b19cf8e commit 76013bd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,10 @@ Less logging from the checker.
Invoke Babel to transpile files. Useful with ES6 target. Please see `useCache` option
which can improve warm-up time.

### babelCore *(string) (default=undefined)*

Override the path used to find `babel-core`. Useful if `node_modules` is installed in a non-standard place or webpack is being invoked from a directory not at the root of the project.

### babelOptions *(object) (default=null)*

Use this option to pass some options to Babel (e.g. presets). Please note that
Expand Down

0 comments on commit 76013bd

Please sign in to comment.