Skip to content

fix: allow react native bundle files #666

New issue

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

ilteoood
Copy link

@ilteoood ilteoood commented Jul 3, 2025

Thanks to Re-Pack, now even React Native projects can use Rspack or Webpack as a bundler instead of Metro.
We would like to use webpack-bundle-analyzer to discover the pain point of our app.
Unfortunately, the React Native assets are stored in a .bundle size: this is forcing us to patch webpack-bundle-analyzer to be able to use it.

With this PR, I'm going to address it.

Copy link

linux-foundation-easycla bot commented Jul 3, 2025

CLA Signed

The committers listed above are authorized under a signed CLA.

Copy link
Member

@valscion valscion left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmmyeah makes sense. Can you add a changelog entry as well?

@ilteoood
Copy link
Author

ilteoood commented Jul 5, 2025

Hmmyeah makes sense. Can you add a changelog entry as well?

Sure thing! Let me know if that looks good to you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants