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

Update NPM ignore to reduce bundle size

Open mothershipper opened this issue 3 years ago • 1 comments

If using both a .gitignore and .npmignore, npm will favor the .npmignore and will not reference the .gitignore. This commit copies over missing entries from the .gitignore into the .npmignore.

Current bundle contains ~7MB in coverage/ - this was already in the .npmignore though. I'm not sure what the release process looks like, but it may require further investigation by the maintainers to fully resolve #417, #387, and #393.

mothershipper avatar Jan 30 '22 19:01 mothershipper

This is a small change I hope it gets merged because it will reduce the bundle size by 85%!

lewdev avatar Sep 09 '22 22:09 lewdev

@dogabudak any chance you could take a look at this?

nwalters512 avatar Apr 26 '23 18:04 nwalters512

would be nice to also ignore test folder and merge and release this!

mebibou avatar Apr 28 '23 09:04 mebibou