0.16.1 • Published 5 years ago
@haul-bundler/explore v0.16.1
@haul-bundler/explore
Wrapper for source-map-explorer that allows you to explore and analyse regular and RAM bundles for React Native.
Usage
Install module:
yarn add -D @haul-bundler/exploreThen you can run:
yarn haul-explore <bundle_path> <source_map_path> --[html | tsv | json] [filename]<bundle_path>and<source_map_path>are required- Output type (
html | tsv | json) is optional and set tohtmlby default - If
filenameis specified with output type (html | tsv | json), the results will be saved to specified file, otherwise the results it will be shown in the browser
Examples
Regular iOS bundle
yarn haul-explore dist/main.jsbundle dist/main.jsbundle.mapIndexed RAM bundle (default RAM bundle for iOS)
yarn haul-explore dist/main.jsbundle dist/main.jsbundle.mapFile RAM bundle (default RAM bundle for Arndroid)
yarn haul-explore dist/index.android.bundle dist/index.android.bundle.map0.16.1
5 years ago
0.16.0
6 years ago
0.16.0-alpha.3
6 years ago
0.16.0-alpha.2
6 years ago
0.16.0-alpha.1
6 years ago