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
I'm using CodePush with iOS (which I believe doesn't yet create a Hermes bundle). I'm monitoring our size of CodePush and it consistently is larger than the npx visualize-bundle command by about 1-2 megabytes. I believe this is because CodePush will includes "assets" such as images and fonts, which the visualize-bundle will not include.
Have I got this right, and is there a potential enhancement for this library that let's users visualize the "bundle" that includes assets, useful for codepush/expo-updates users.
Would be useful for me, wondering if it would be useful for others.
The text was updated successfully, but these errors were encountered:
Thanks for the report! I acknowledge it's a problem. Since the library is just a pass-through to source map explorer, I don't have an immediate idea how this could be solved on our abstraction level though.
I'm using CodePush with iOS (which I believe doesn't yet create a Hermes bundle). I'm monitoring our size of CodePush and it consistently is larger than the
npx visualize-bundle
command by about 1-2 megabytes. I believe this is because CodePush will includes "assets" such as images and fonts, which thevisualize-bundle
will not include.Have I got this right, and is there a potential enhancement for this library that let's users visualize the "bundle" that includes assets, useful for codepush/expo-updates users.
Would be useful for me, wondering if it would be useful for others.
The text was updated successfully, but these errors were encountered: