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:
Jordan Klassen
2016-05-13 14:15:14 -07:00
committed by Henry Zhu
parent 2607f35b9f
commit dc1f40540d
46 changed files with 76 additions and 76 deletions

View File

@@ -1,5 +1,5 @@
var outputFile = require("output-file-sync");
var each = require("lodash/collection/each");
var each = require("lodash/each");
var fs = require("fs");
var _ = require("lodash");