Skip to content

Commit

Permalink
Fix dependencies script when its running with dev=false
Browse files Browse the repository at this point in the history
Reviewed By: alp

Differential Revision: D6307190

fbshipit-source-id: 21f339ff9c24d58df2630cd6b957e7539880f001
  • Loading branch information
rafeca authored and facebook-github-bot committed Nov 11, 2017
1 parent eb0d647 commit 6d92046
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions local-cli/dependencies/dependencies.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 6d92046

Please sign in to comment.