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
@@ -45,6 +45,7 @@ All command-line arguments are optional. By default a production build will be c
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
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`|
48
+
|`only-mapped`| Exclude "unmapped" bytes from the output (default is **false**). This will result in total counts less than the file size. |`--only-mapped`|
48
49
|`verbose`| Dumps additional output to the console (default is **false**) |`--verbose`|
49
50
|`reset-cache`| Removes cached react-native files (default is **false**) |`--reset-cache`|
0 commit comments