With the ejection in #154 for #145 , a lot of new dependencies were added. I cannot recognise quite a few of them. Presumably npm takes care of transitive dependencies. Hence, if our own code does not directly use the dependency, then we should be able to remove them.
With the ejection in #154 for #145 , a lot of new dependencies were added. I cannot recognise quite a few of them. Presumably
npmtakes care of transitive dependencies. Hence, if our own code does not directly use the dependency, then we should be able to remove them.