Another note about verbose output for RN packager

This commit is contained in:
Martin Konicek 2015-10-01 19:53:05 +01:00
parent 06daab650f
commit 722e40192b
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