Replace lodash with lodash.merge

Single module should be smaller

Signed-off-by: Jakub Juszczak <netghost03@gmail.com>
This commit is contained in:
Jakub Juszczak
2017-09-02 13:40:16 +02:00
parent 82712948e9
commit 6de69631b3
3 changed files with 7 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
import merge from 'lodash/fp/merge'
import merge from 'lodash.merge'
export function mergeOptions (obj, src) {
return merge(obj, src)