Skip to content
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

Anyone using react-native bundle command but generated a .jsbundle.meta file? #8686

Closed
joint-song opened this issue Jul 11, 2016 · 3 comments
Labels
Resolution: Locked This issue was locked by the bot.

Comments

@joint-song
Copy link

I upgraded react-native to 0.29.
Using react-native bundle command in terminal will generated a new .jsbundle.meta file. But it did not seem to have much effect. Helps.

@huangqiaobo
Copy link

@joint-song
I use 0.30, and find the file,too.
What this file is used for ?

@alloy
Copy link
Contributor

alloy commented Sep 1, 2016

@davidaurelio I’m also not sure what the purpose of this file introduced in ae6afcf is. Is it a build artefact only or should we be saving these along with bundles and source maps?

@davidaurelio
Copy link
Contributor

Sorry for all the confusion. The file contains the sha1 of the bundle (20 bytes) and an encoding byte (0 = unknown, 1 = ascii, 2 = utf8, 3 = utf16).

I will hide it behind a flag

@facebook facebook locked as resolved and limited conversation to collaborators May 24, 2018
@react-native-bot react-native-bot added the Resolution: Locked This issue was locked by the bot. label Jul 19, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Resolution: Locked This issue was locked by the bot.
Projects
None yet
Development

No branches or pull requests

5 participants