From 76013bdba30cc611f5bec11372c046442a2cb8f5 Mon Sep 17 00:00:00 2001 From: Frederick Fogerty Date: Mon, 4 Jul 2016 23:20:53 +1200 Subject: [PATCH] Add babelCore docs to readme Fixes #54 --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index a121cd1..29e1fca 100644 --- a/README.md +++ b/README.md @@ -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