mirror of
https://github.com/status-im/react-native.git
synced 2025-02-06 14:43:49 +00:00
Merge pull request #877 from hermanschaaf/docs-whenever-to-whether
[docs] Change 'whenever' to 'whether'
This commit is contained in:
commit
51cf2802b3
@ -33,7 +33,7 @@ You can also pack all the JavaScript code within the app itself. This way you ca
|
|||||||
Packager supports a couple of options:
|
Packager supports a couple of options:
|
||||||
|
|
||||||
* `dev` (true by default) - sets the value of `__DEV__` variable. When `true` it turns on a bunch of useful development warnings. For production it is recommended to use `dev=false`.
|
* `dev` (true by default) - sets the value of `__DEV__` variable. When `true` it turns on a bunch of useful development warnings. For production it is recommended to use `dev=false`.
|
||||||
* `minify` (false by default) - whenever or not to pipe the JS code through UglifyJS.
|
* `minify` (false by default) - whether or not to pipe the JS code through UglifyJS.
|
||||||
|
|
||||||
## Troubleshooting
|
## Troubleshooting
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user