When using lodash wrap function inside an application. The actual function invoked is from underscore.string.
grunt-legacy-log uses lodash's mixin function apply underscore.string.
This is allowed to occur because grunt-loopback-sdk-angular loads the application file inside the same grunt process instead of an independant one.
Please fix this so that the generation of lbService.js occurs in an isolated process.
When using lodash wrap function inside an application. The actual function invoked is from underscore.string.
grunt-legacy-log uses lodash's
mixinfunction apply underscore.string.This is allowed to occur because grunt-loopback-sdk-angular loads the application file inside the same grunt process instead of an independant one.
Please fix this so that the generation of lbService.js occurs in an isolated process.