Skip to content

Commit a9de37a

Browse files
committed
Update NPM ignore to reduce bundle size
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.
1 parent 6720684 commit a9de37a

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.npmignore

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ graph.png
1515
.project
1616
.settings
1717
.vscode
18-
docs
18+
docs/
1919
devops
20-
coverage
20+
coverage/
21+
.nyc_output/
22+
.coveralls.yml
23+
.ts-node

0 commit comments

Comments
 (0)