node-csvtojson icon indicating copy to clipboard operation
node-csvtojson copied to clipboard

reduce 8.69 MB unpacked module size

Open doc-han opened this issue 10 months ago • 0 comments

This package currently has 8.69 MB unpacked module size. Guess what? you have your code coverage also shipped via your npm build to users which makes the size of your module this huge.

Image

A fix to this will be to use the files key in package.json to define the important files to be shipped to npm. this will reduce your unpacked size drastically.

doc-han avatar Feb 24 '25 21:02 doc-han