Skip to content

Commit 6d92046

Browse files
rafecafacebook-github-bot
authored andcommitted
Fix dependencies script when its running with dev=false
Reviewed By: alp Differential Revision: D6307190 fbshipit-source-id: 21f339ff9c24d58df2630cd6b957e7539880f001
1 parent eb0d647 commit 6d92046

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: local-cli/dependencies/dependencies.js

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ function dependencies(argv, config, args, packagerInstance) {
3434
getPolyfills: config.getPolyfills,
3535
getTransformOptions: config.getTransformOptions,
3636
hasteImpl: config.hasteImpl,
37+
postMinifyProcess: config.postMinifyProcess,
3738
transformModulePath: transformModulePath,
3839
extraNodeModules: config.extraNodeModules,
3940
verbose: config.verbose,

0 commit comments

Comments
 (0)