Lewis Barnes
Results
1
issues of
Lewis Barnes
It's rather tedious using functions when composing. For example: ``` js config.merge(function(current) { current.entry = "./app.entry.js"; return current; }); ``` I think it would be great to omit the return...
enhancement