james-proxy / james-browser-launcher

Detect, launch and stop browsers
Other
23 stars 15 forks source link

Only use the bits of lodash that are needed #24

Closed mitchhentges closed 8 years ago

tomitm commented 8 years ago

I was about to ask why we were using lodash.assign instead of Object.assign then remembered we're not transpiling this library yet, so no ES6. Unless we don't want to support older versions of node, but that's probably not a good idea at this time. Might be worthwhile to look at rollup for this down the road once it matures a bit more.

:+1: