Skip to content

Commit

Permalink
Update NPM ignore to reduce bundle size
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
mothershipper committed Jan 30, 2022
1 parent 6720684 commit a9de37a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ graph.png
.project
.settings
.vscode
docs
docs/
devops
coverage
coverage/
.nyc_output/
.coveralls.yml
.ts-node

0 comments on commit a9de37a

Please sign in to comment.