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
This is a small library, you are bundling with it babel-runtime and distributing it through npm.
babel-runtime
The babel-runtime bloats the size of this library to: Unminified: 67kB Minified: 25kB Gzipped: 8kB
Could you please polyfill selectively? babel-runtime is a huge dependency. You don't seem to use that many non ES5 functionality anyway.
The text was updated successfully, but these errors were encountered:
I actually can't find a single primitive, in need of polyfilling, in your 3 code files. Removing babel-runtime reduces the library size to 19kB
Sorry, something went wrong.
Implemented here: #78
Thanks!
No branches or pull requests
This is a small library, you are bundling with it
babel-runtime
and distributing it through npm.The babel-runtime bloats the size of this library to:
Unminified: 67kB
Minified: 25kB
Gzipped: 8kB
Could you please polyfill selectively?
babel-runtime
is a huge dependency.You don't seem to use that many non ES5 functionality anyway.
The text was updated successfully, but these errors were encountered: