Currently we are using lodash in our angularJS project, while building the project using grunt we are doing concat of all such vendor files, issue is currently lodash is getting its all function in the vendor.js(concated single file), is there a way we can do that configurable to get only listed/selected functions which we are using, in the build file.? And we are using node modules to get lodash.
Thanks in advance.