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.
I was about to ask why we were using
lodash.assign
instead ofObject.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 atrollup
for this down the road once it matures a bit more.:+1: