File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -258,7 +258,7 @@ resolves the plugins and presets and proceeds no further. The expectation is
258258that callers will take the config's ` .options ` , manipulate it as they see fit
259259and pass it back to Babel again.
260260
261- This function accepts one additional option in addition to the standard [ options] ( #options ) : ` showIgnoredFiles ` .
261+ This function accepts one additional option as part of the options object in addition to the standard [ options] ( #options ) : ` showIgnoredFiles ` .
262262When set to true, ` loadPartialConfig ` always returns a result when a file is ignored, rather than ` null ` .
263263This is useful in order to allow the caller to access the list of files that influenced this outcome, e.g.
264264for watch mode. The caller can determine whether a file was ignored based on the returned ` fileHandling ` property.
You can’t perform that action at this time.
0 commit comments