caliper icon indicating copy to clipboard operation
caliper copied to clipboard

Add dependancy checker into build stage

Open nklincoln opened this issue 5 years ago • 0 comments

With refactoring and development work, it is very easy to leave unrequired dependancies in the project. There are tools available such as depcheck https://github.com/depcheck/depcheck that can identify these. Also it will ensure the builds are as optimal as possible.

We should add this to the build stage to prevent this

nklincoln avatar Sep 17 '20 07:09 nklincoln