-
Notifications
You must be signed in to change notification settings - Fork 72
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
Huge bundle size! #124
Labels
enhancement
New feature or request
good first issue
Good for newcomers
packaging & distribution
triaged
Issue has been triaged
Comments
dibenede
added
enhancement
New feature or request
good first issue
Good for newcomers
packaging & distribution
labels
Aug 12, 2022
We are aware of the issue and agree we could do better. A good path forward would be to investigate tree shaking when building our runtime. |
Can I work on this somehow? |
You're welcome to take a look. Smaller, incremental, PRs might be the easiest way to tackle this. I see protocolbuffers/protobuf#5509 exists, which might be a good starting point. |
sayjeyhi
added a commit
to sayjeyhi/grpc-web
that referenced
this issue
Oct 8, 2022
Based on this issue: protocolbuffers/protobuf-javascript#124 on google-protobuf the new changes fixed and reduced the bundle size. So here we upgrade `google-protobuf` version to fix bundle size issues
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
enhancement
New feature or request
good first issue
Good for newcomers
packaging & distribution
triaged
Issue has been triaged
google-protobuf
is adding about 50Kb gzipped to the bundle size! (230 minified)Is there a way to improve this?
The text was updated successfully, but these errors were encountered: