We all know, in most of the cases, packages listed under devDependencies
won't make it into your build. So why do we strip them away in the name of performance?
E.g. I see many posts on Moment.js being replaced with another lightweight alternative, even if Moment.js is in devDependencies
. How does it impact, considering all the frameworks (Ember, React, Vue and Angular)?