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,9 +1,9 @@
|
||||
import deepClone from "lodash/lang/cloneDeep";
|
||||
import deepClone from "lodash/cloneDeep";
|
||||
import sourceMapSupport from "source-map-support";
|
||||
import * as registerCache from "./cache";
|
||||
import extend from "lodash/object/extend";
|
||||
import extend from "lodash/extend";
|
||||
import * as babel from "babel-core";
|
||||
import each from "lodash/collection/each";
|
||||
import each from "lodash/each";
|
||||
import { util, OptionManager } from "babel-core";
|
||||
import fs from "fs";
|
||||
import path from "path";
|
||||
|
||||
Reference in New Issue
Block a user