-
Notifications
You must be signed in to change notification settings - Fork 129
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
Built-in bundlephobia #146
Comments
May I suggest using https://bundlejs.com/ or a custom solution. Bundlephobia still uses Webpack 4 to build the package, and there are packages it fails to build. |
whats the usecase for this? |
Take schema validation libraries for example. You have Zod, Yup, Valibot, Typebox, etc. They all pretty much do the same thing. Being able to determine tree-shakeability, gzip size, etc helps developers make an informed decision when it comes to similar packages. |
Any chance of having built-in bundlephobia package size, module size, and gzipped size for each module?
The text was updated successfully, but these errors were encountered: