From ee0b19a528e50c6e3ff42626b91bea1cd9546129 Mon Sep 17 00:00:00 2001 From: Martin Konicek Date: Thu, 1 Oct 2015 19:46:09 +0100 Subject: [PATCH] Add a note about verbose output for RN packager --- packager/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/packager/README.md b/packager/README.md index c3fae4806..2c16fec7d 100644 --- a/packager/README.md +++ b/packager/README.md @@ -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 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 ### Can I use this in my own non-React Native project?