You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1
Original file line number
Diff line number
Diff line change
@@ -44,6 +44,7 @@ All command-line arguments are optional. By default a production build will be c
44
44
|`dev`| Dev or production build (default is **false**) |`--dev false`|
45
45
|`entry-file`| Entry-file (when omitted tries to auto-resolve it) |`--entry-file ./index.android.js`|
46
46
|`bundle-output`| Output bundle-file (default is **tmp**) |`--bundle-output ./myapp.bundle`|
47
+
|`format`| Output format **html**, **json** or **tsv** (default is **html**) (see [source-map-explorer options](https://github.com/danvk/source-map-explorer#options)) |`--format json`|
47
48
|`verbose`| Dumps additional output to the console (default is **false**) |`--verbose`|
48
49
|`reset-cache`| Removes cached react-native files (default is **false**) |`--reset-cache`|
0 commit comments