-
-
Notifications
You must be signed in to change notification settings - Fork 35
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
Crypto browserify included in bundle: Around 130kB of JS added #332
Comments
@Gp2mv3 How much does it actually increase in size? |
Thanks for sharing the bundle size! As for my earlier commit, it turns out that it was not resolved. |
For all the above reasons, please create a PR using hashCode! |
Uses hashCode instead of sha1 for external images ✅Closes: dc7290#332
🎉 This issue is included in version v1.9.2. |
Describe the bug
I think my fix in commit eae8c74 increased the bundle size because of crypto-browserify.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
There should be an impact but not that big. We don't need the full crypto package for a simple sha hash.
The text was updated successfully, but these errors were encountered: