mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-05-01 06:22:39 +08:00
Add JS Minify option to settings in Android
Summary: Useful for debugging minification issues and more representative perf testing. Differential Revision: D3080489 fb-gh-sync-id: 315f696d3847a213eb95f247f409173a01864567 shipit-source-id: 315f696d3847a213eb95f247f409173a01864567
This commit is contained in:
committed by
Facebook Github Bot 0
parent
e3fe66acfc
commit
1f94a00785
@@ -29,6 +29,11 @@ public interface DeveloperSettings {
|
||||
*/
|
||||
boolean isJSDevModeEnabled();
|
||||
|
||||
/**
|
||||
* @return Whether JS bundle should be minified.
|
||||
*/
|
||||
boolean isJSMinifyEnabled();
|
||||
|
||||
/**
|
||||
* @return Whether element inspector is enabled.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user