Upgrade to lodash 4 (#3315)
* Upgrade to lodash 4 * Fix incorrect require in babel-runtime/scripts * Replace cloneDeep with cloneDeepWith where applicable
This commit is contained in:
committed by
Henry Zhu
parent
2607f35b9f
commit
dc1f40540d
@@ -1,6 +1,6 @@
|
||||
import isBoolean from "lodash/lang/isBoolean";
|
||||
import each from "lodash/collection/each";
|
||||
import map from "lodash/collection/map";
|
||||
import isBoolean from "lodash/isBoolean";
|
||||
import each from "lodash/each";
|
||||
import map from "lodash/map";
|
||||
import * as t from "babel-types";
|
||||
|
||||
type WhitespaceObject = {
|
||||
|
||||
Reference in New Issue
Block a user