Fix dependencies script when its running with dev=false

Reviewed By: alp

Differential Revision: D6307190

fbshipit-source-id: 21f339ff9c24d58df2630cd6b957e7539880f001
This commit is contained in:
Rafael Oleza 2017-11-11 07:03:08 -08:00 committed by Facebook Github Bot
parent eb0d6470e5
commit 6d92046c56

View File

@ -34,6 +34,7 @@ function dependencies(argv, config, args, packagerInstance) {
getPolyfills: config.getPolyfills,
getTransformOptions: config.getTransformOptions,
hasteImpl: config.hasteImpl,
postMinifyProcess: config.postMinifyProcess,
transformModulePath: transformModulePath,
extraNodeModules: config.extraNodeModules,
verbose: config.verbose,