You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 1, 2019. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+4
Original file line number
Diff line number
Diff line change
@@ -153,6 +153,10 @@ Less logging from the checker.
153
153
Invoke Babel to transpile files. Useful with ES6 target. Please see `useCache` option
154
154
which can improve warm-up time.
155
155
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
+
156
160
### babelOptions *(object) (default=null)*
157
161
158
162
Use this option to pass some options to Babel (e.g. presets). Please note that
0 commit comments