-
Notifications
You must be signed in to change notification settings - Fork 97
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
Hermes error: Error encoding bytecode #3143
Comments
@tido64 |
|
|
Sorry, what I meant to say is which "command". Is |
Yes |
Not able to start logging in hermesc is there any flag to enable logging. I was not able to find a flag to enable logging. |
|
Can you create a minimal repro? This is unfortunately not enough information for us to start an investigation. |
What happened?
On hermes command getting the error, without any specific error message.
I am trying to create bundle for React-Native, earlier we were using the metro bundler, but now we want to add tree-shaking capability to it, so we are trying rnx-kit.
Our react native version: 0.72.7
Trying to create bundle independently without gradle.
Affected Package
@rnx-kit/metro-serializer-esbuild
Version
0.1.33
Which platforms are you seeing this issue on?
System Information
Steps to Reproduce
babel.config.js
metro.config.js
Note: Tried default target as well.
Using command to create js bundle.
react-native bundle --platform android --dev false --entry-file index.js --bundle-output bundle.js --sourcemap-output bundle.map --reset-cache
Command to run hermes:
Code of Conduct
The text was updated successfully, but these errors were encountered: