Built-in bundlephobia
Any chance of having built-in bundlephobia package size, module size, and gzipped size for each module?
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.
And it does not support exports and imports package.json fields.
whats the usecase for this?
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.