delvedor/find-my-way

Exclude test/ from package distribution

tbeseda opened this issue · 0 comments

Can the test/ dir be excluded from the npm module?

I found #213 but it's a bit old and there doesn't seem to be a .npmignore any longer.

A better approach might be the "files" key in package.json. This would be an "allowlist" and could help do away with other files like benchmark/

It would actually make a huge difference in package size
image