Skip to content
This repository was archived by the owner on Dec 1, 2019. It is now read-only.

Commit 49e3ad8

Browse files
authored
Merge pull request #182 from frederickfogerty/patch-1
Add babelCore docs to readme
2 parents b19cf8e + 76013bd commit 49e3ad8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,10 @@ Less logging from the checker.
153153
Invoke Babel to transpile files. Useful with ES6 target. Please see `useCache` option
154154
which can improve warm-up time.
155155

156+
### babelCore *(string) (default=undefined)*
157+
158+
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.
159+
156160
### babelOptions *(object) (default=null)*
157161

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

0 commit comments

Comments
 (0)