Pass missing caller metadata for .babelrc files. (#8601)

This commit is contained in:
Logan Smyth 2018-09-01 15:46:38 -07:00 committed by GitHub
parent fb66fa6f90
commit 2921f6cdb1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -190,6 +190,7 @@ export function buildRootChain(
({ ignore: ignoreFile, config: babelrcFile } = findRelativeConfig( ({ ignore: ignoreFile, config: babelrcFile } = findRelativeConfig(
pkgData, pkgData,
context.envName, context.envName,
context.caller,
)); ));
if ( if (