Fix i18n pipeline
Reviewed By: fkgozali Differential Revision: D5154974 fbshipit-source-id: c976cf6941074bbb71b96dbf7b73e01125441bd3
This commit is contained in:
parent
b74b2d5193
commit
3fecc28912
|
@ -34,6 +34,7 @@ function dependencies(argv, config, args, packagerInstance) {
|
|||
transformModulePath: transformModulePath,
|
||||
extraNodeModules: config.extraNodeModules,
|
||||
verbose: config.verbose,
|
||||
workerPath: config.getWorkerPath(),
|
||||
};
|
||||
|
||||
const relativePath = packageOpts.projectRoots.map(root =>
|
||||
|
|
Loading…
Reference in New Issue