mirror of https://github.com/status-im/metro.git
Add a note about verbose output for RN packager
This commit is contained in:
parent
b0145a8803
commit
06daab650f
|
@ -124,6 +124,14 @@ Given an entry point module. Recursively collect all the dependent
|
||||||
modules and return it as an array. `options` is the same options that
|
modules and return it as an array. `options` is the same options that
|
||||||
is passed to `ReactPackager.middleware`
|
is passed to `ReactPackager.middleware`
|
||||||
|
|
||||||
|
## Debugging
|
||||||
|
|
||||||
|
To get verbose output when running the packager, define an environment variable:
|
||||||
|
|
||||||
|
export DEBUG=ReactNativePackager
|
||||||
|
|
||||||
|
The `/debug` endpoint discussed above is also useful.
|
||||||
|
|
||||||
## FAQ
|
## FAQ
|
||||||
|
|
||||||
### Can I use this in my own non-React Native project?
|
### Can I use this in my own non-React Native project?
|
||||||
|
|
Loading…
Reference in New Issue