Trim external dependencies
Opened this issue · 0 comments
sldavidson commented
Lodash and jQuery are required by default. These are not necessary and can be removed. They are adding bloat to the app as most functionality is covered either by ES2015 or Angular.
This would also require removing them as globals in ESLint.