Another note about verbose output for RN packager

This commit is contained in:
Martin Konicek 2015-10-01 19:53:05 +01:00
parent ee0b19a528
commit ff0f054c78
1 changed files with 2 additions and 0 deletions

View File

@ -130,6 +130,8 @@ To get verbose output when running the packager, define an environment variable:
export DEBUG=ReactNativePackager
You can combine this with other values, e.g. `DEBUG=babel,ReactNativePackager`.
The `/debug` endpoint discussed above is also useful.
## FAQ