Document all the places where packages are listed or filtered #14508
Labels
Good First Issue
An issue that's suitable for someone looking to contribute for the first time
Needs Dev
Ready for, and needs developer efforts
[Type] Code Quality
Issues or PRs that relate to code quality
[Type] Developer Documentation
Documentation for developers
This issue was discussed several times in the past few weeks. It was raised again by @aduth yesterday in this comment:
There are a few places where we execute some logic based on the list of packages which is either hardcoded or manually crafted, some examples:
webpack.config.js
)webpack.config.js
)jest.config.js
)We should at least document all those places to ensure we update all of them when necessary. Ideally, we abstract away as much as possible and start using helper methods which makes maintenance easier.
The text was updated successfully, but these errors were encountered: