diff --git a/local-cli/dependencies/dependencies.js b/local-cli/dependencies/dependencies.js index f491e7f01..fc6b22c7b 100644 --- a/local-cli/dependencies/dependencies.js +++ b/local-cli/dependencies/dependencies.js @@ -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,