Skip to content

Commit 0b294f3

Browse files
authored
Update core.md
1 parent c9a01ac commit 0b294f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/core.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ resolves the plugins and presets and proceeds no further. The expectation is
258258
that callers will take the config's `.options`, manipulate it as they see fit
259259
and 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`.
262262
When set to true, `loadPartialConfig` always returns a result when a file is ignored, rather than `null`.
263263
This is useful in order to allow the caller to access the list of files that influenced this outcome, e.g.
264264
for watch mode. The caller can determine whether a file was ignored based on the returned `fileHandling` property.

0 commit comments

Comments
 (0)