Pass hasteImplModulePath to JestHasteMap and everywhere else
Reviewed By: jeanlauliac Differential Revision: D6641294 fbshipit-source-id: 36ebec95e69fe920c6cc10addd96406521cb4b82
This commit is contained in:
parent
964320447d
commit
619a8c9f29
|
@ -101,7 +101,7 @@ async function buildBundle(
|
|||
getPolyfills: config.getPolyfills,
|
||||
getTransformOptions: config.getTransformOptions,
|
||||
globalTransformCache: null,
|
||||
hasteImpl: config.hasteImpl,
|
||||
hasteImplModulePath: config.hasteImplModulePath,
|
||||
maxWorkers: args.maxWorkers,
|
||||
platforms: defaultPlatforms.concat(platforms),
|
||||
postMinifyProcess: config.postMinifyProcess,
|
||||
|
|
|
@ -34,7 +34,7 @@ function dependencies(argv, config, args, packagerInstance) {
|
|||
dynamicDepsInPackages: config.dynamicDepsInPackages,
|
||||
getPolyfills: config.getPolyfills,
|
||||
getTransformOptions: config.getTransformOptions,
|
||||
hasteImpl: config.hasteImpl,
|
||||
hasteImplModulePath: config.hasteImplModulePath,
|
||||
postMinifyProcess: config.postMinifyProcess,
|
||||
transformModulePath: transformModulePath,
|
||||
extraNodeModules: config.extraNodeModules,
|
||||
|
|
|
@ -184,7 +184,7 @@ function getPackagerServer(args, config, reporter) {
|
|||
getPolyfills: config.getPolyfills,
|
||||
getTransformOptions: config.getTransformOptions,
|
||||
globalTransformCache: null,
|
||||
hasteImpl: config.hasteImpl,
|
||||
hasteImplModulePath: config.hasteImplModulePath,
|
||||
maxWorkers: args.maxWorkers,
|
||||
platforms: defaultPlatforms.concat(args.platforms),
|
||||
polyfillModuleNames: config.getPolyfillModuleNames(),
|
||||
|
|
Loading…
Reference in New Issue