Skip to content

Commit

Permalink
Simplify object check and eliminate lodash depdency (#936)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
fairsky0201 committed May 31, 2018
1 parent 5ebf83a commit b7e8c8a
Show file tree
Hide file tree
Showing 7 changed files with 241 additions and 191 deletions.
6 changes: 0 additions & 6 deletions .babelrc
Expand Up @@ -34,14 +34,8 @@
["transform-es2015-modules-commonjs", { "loose": true }]
]
},
"es": {
"plugins": [
"./build/use-lodash-es"
]
},
"rollup": {
"plugins": [
"./build/use-lodash-es",
"external-helpers"
]
}
Expand Down
10 changes: 0 additions & 10 deletions build/use-lodash-es.js

This file was deleted.

0 comments on commit b7e8c8a

Please sign in to comment.