Do not bail on SHOW_CONFIG_FOR matches (#12954)
Co-authored-by: Babel Bot <babel-bot@users.noreply.github.com>
This commit is contained in:
@@ -261,9 +261,9 @@ export function* buildRootChain(
|
||||
// print config by the order of ascending priority
|
||||
[configReport, babelRcReport, programmaticReport]
|
||||
.filter(x => !!x)
|
||||
.join("\n\n"),
|
||||
.join("\n\n") +
|
||||
"\n-----End Babel configs-----",
|
||||
);
|
||||
return null;
|
||||
}
|
||||
// Insert file chain in front so programmatic options have priority
|
||||
// over configuration file chain items.
|
||||
|
||||
Reference in New Issue
Block a user