Skip to content

Commit

Permalink
Do not set minify=true when calculating the list of dependencies
Browse files Browse the repository at this point in the history
Reviewed By: davidaurelio

Differential Revision: D6633160

fbshipit-source-id: ce45cae413959c232cb18b4b5ad51f04a52410a4
  • Loading branch information
rafeca authored and facebook-github-bot committed Dec 23, 2017
1 parent 4fbfbe6 commit 4a1bb8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion local-cli/dependencies/dependencies.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ function dependencies(argv, config, args, packagerInstance) {
platform: args.platform,
entryFile: relativePath,
dev: args.dev,
minify: !args.dev,
minify: false,
generateSourceMaps: !args.dev,
};

Expand Down

0 comments on commit 4a1bb8f

Please sign in to comment.