mirror of https://github.com/status-im/metro.git
[Cosmetic] Fix typo in packager README
Summary: Closes https://github.com/facebook/react-native/pull/693 Github Author: Tyler McGinnis <tylermcginnis33@gmail.com> Test Plan: Imported from GitHub, without a `Test Plan:` line.
This commit is contained in:
parent
91dcbe0905
commit
22a205487a
|
@ -62,7 +62,7 @@ if the option is boolean `1/0` or `true/false` is accepted.
|
||||||
Here are the current options the packager accepts:
|
Here are the current options the packager accepts:
|
||||||
|
|
||||||
* `dev` boolean, defaults to true: sets a global `__DEV__` variable
|
* `dev` boolean, defaults to true: sets a global `__DEV__` variable
|
||||||
which will effect how the React Nativeg core libraries behave.
|
which will effect how the React Native core libraries behave.
|
||||||
* `minify` boolean, defaults to false: whether to minify the bundle.
|
* `minify` boolean, defaults to false: whether to minify the bundle.
|
||||||
* `runModule` boolean, defaults to true: whether to require your entry
|
* `runModule` boolean, defaults to true: whether to require your entry
|
||||||
point module. So if you requested `moduleName`, this option will add
|
point module. So if you requested `moduleName`, this option will add
|
||||||
|
|
Loading…
Reference in New Issue