Skip to content

Commit 858bcbd

Browse files
committed
Simplify object check and eliminate lodash depdency (#936)
* Simplify object check and eliminate lodash depdency, mirroring reduxjs/redux#2599 . * Add missing files. * Replace isPlainObject with unmodified version from Redux * Also replace the spec with the unmodified version
1 parent d977a77 commit 858bcbd

7 files changed

+241
-191
lines changed

.babelrc

-6
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,8 @@
3434
["transform-es2015-modules-commonjs", { "loose": true }]
3535
]
3636
},
37-
"es": {
38-
"plugins": [
39-
"./build/use-lodash-es"
40-
]
41-
},
4237
"rollup": {
4338
"plugins": [
44-
"./build/use-lodash-es",
4539
"external-helpers"
4640
]
4741
}

build/use-lodash-es.js

-10
This file was deleted.

0 commit comments

Comments
 (0)