https://bundlephobia.com/package/svkc@0.0.1 says svkc@0.0.1 is 921 B minified and 437 B minified+gzipped, but that's not correct. It is 724 B and 331 B, respectively.
I think the issue is that somehow this package is manually minifying src/index.js in the package rather than respecting the path set in package.json via exports (as well as module), but not main (the package does not support CJS). The path pointed to is dist/index.js.
See https://github.com/TomerAberbach/svkc
https://bundlephobia.com/package/svkc@0.0.1 says
svkc@0.0.1is 921 B minified and 437 B minified+gzipped, but that's not correct. It is 724 B and 331 B, respectively.I think the issue is that somehow this package is manually minifying
src/index.jsin the package rather than respecting the path set inpackage.jsonviaexports(as well asmodule), but notmain(the package does not support CJS). The path pointed to isdist/index.js.See https://github.com/TomerAberbach/svkc