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,4 +1,4 @@
|
||||
import last from "lodash/array/last"
|
||||
import last from "lodash/last"
|
||||
|
||||
export default class Container {
|
||||
last(key) {
|
||||
|
||||
@@ -4,7 +4,7 @@ Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
|
||||
var _last2 = require("lodash/array/last");
|
||||
var _last2 = require("lodash/last");
|
||||
|
||||
var _last3 = babelHelpers.interopRequireDefault(_last2);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user