Fix packager docs
This commit is contained in:
parent
52d504258b
commit
8cc6145979
|
@ -128,9 +128,9 @@ is passed to `ReactPackager.middleware`
|
||||||
|
|
||||||
To get verbose output when running the packager, define an environment variable:
|
To get verbose output when running the packager, define an environment variable:
|
||||||
|
|
||||||
export DEBUG=ReactNativePackager
|
export DEBUG=ReactNativePackager:*
|
||||||
|
|
||||||
You can combine this with other values, e.g. `DEBUG=babel,ReactNativePackager`. Under the hood this uses the [`debug`](https://www.npmjs.com/package/debug) package, see its documentation for all the available options.
|
You can combine this with other values, e.g. `DEBUG=babel,ReactNativePackager:*`. Under the hood this uses the [`debug`](https://www.npmjs.com/package/debug) package, see its documentation for all the available options.
|
||||||
|
|
||||||
The `/debug` endpoint discussed above is also useful.
|
The `/debug` endpoint discussed above is also useful.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue