We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Right now we show the size of the module itself but not its required dependencies, we should also include an approximate total size.
For example what does:
Add to the total package size?
The minimal prodobuf.js seems to add 6kb
While tslib.js seems to add 6.5k
If correct the total size to get the capabilities of this library it costs them 78.5Kb which isn't bad.
For users to make meaningful decisions on size this needs to be understood.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Right now we show the size of the module itself but not its required dependencies, we should also include an approximate total size.
For example what does:
Add to the total package size?
The minimal prodobuf.js seems to add 6kb
While tslib.js seems to add 6.5k
If correct the total size to get the capabilities of this library it costs them 78.5Kb which isn't bad.
For users to make meaningful decisions on size this needs to be understood.
The text was updated successfully, but these errors were encountered: