[feature request] prevent including unnecessary files in the deployed package #47
Labels
area: config
area: modules
area: node
area: npm
area: perf
area: publishing process
area: typescript
claimed
enhancement
good first issue
wip
Issues and PRs that are still a work in progress
Milestone
We should consider adding the
"files"
stanza to thepackage.json
to create an explicit allowlist and prevent deploying any unnecessary files to the npm registry as part of our package. This would be preferable to using a.npmignore
file, which we have been doing so far but is expected to quickly become unmanageable as more files are added.The text was updated successfully, but these errors were encountered: