mirror of
https://github.com/status-im/react-native.git
synced 2025-02-09 16:14:47 +00:00
Do not set minify=true when calculating the list of dependencies
Reviewed By: davidaurelio Differential Revision: D6633160 fbshipit-source-id: ce45cae413959c232cb18b4b5ad51f04a52410a4
This commit is contained in:
parent
4fbfbe6bb0
commit
4a1bb8fe8d
@ -52,7 +52,7 @@ function dependencies(argv, config, args, packagerInstance) {
|
|||||||
platform: args.platform,
|
platform: args.platform,
|
||||||
entryFile: relativePath,
|
entryFile: relativePath,
|
||||||
dev: args.dev,
|
dev: args.dev,
|
||||||
minify: !args.dev,
|
minify: false,
|
||||||
generateSourceMaps: !args.dev,
|
generateSourceMaps: !args.dev,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user