mirror of
https://github.com/status-im/metro.git
synced 2025-02-12 02:57:34 +00:00
Mention debug.js in packager docs
This commit is contained in:
parent
722e40192b
commit
97fb6b850a
@ -130,7 +130,7 @@ 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`.
|
||||
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.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user