Skip to content

Commit 76013bd

Browse files
Add babelCore docs to readme
Fixes s-panferov#54
1 parent b19cf8e commit 76013bd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
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)