We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It would be very useful to let the user pass down source-map-explorer client options.
It would make it easier to use this lib as well to run on ci
ci
The text was updated successfully, but these errors were encountered:
output and only-mapped are now supported and has been released in https://github.com/IjzerenHein/react-native-bundle-visualizer/releases/tag/v2.2.1
output
only-mapped
Sorry, something went wrong.
Could you explain how you use this on CI and which other options would be helpful to also pass through?
Hi @IjzerenHein, I ended up using "bundlesize": "0.18.0", where I can pass a size limit:
"bundlesize": "0.18.0",
"bundlesize": [ { "path": "tmp.bundle", "maxSize": "2 mB", "compression": "none" } ],
For it to work, I use "bundle": "react-native bundle --entry-file index.js --bundle-output tmp.bundle --sourcemap-output tmp.map --dev false",
"bundle": "react-native bundle --entry-file index.js --bundle-output tmp.bundle --sourcemap-output tmp.map --dev false",
No branches or pull requests
It would be very useful to let the user pass down source-map-explorer client options.
It would make it easier to use this lib as well to run on
ci
The text was updated successfully, but these errors were encountered: