-
Notifications
You must be signed in to change notification settings - Fork 28
Using lodash.merge for all merges (except webpack). #292
Conversation
Codecov Report
@@ Coverage Diff @@
## master #292 +/- ##
=====================================
Coverage 100% 100%
=====================================
Files 58 59 +1
Lines 1358 1365 +7
Branches 205 206 +1
=====================================
+ Hits 1358 1365 +7
Continue to review full report at Codecov.
|
Also thanks to @blackbaud-brandonhare for tracking down the original bug in #288. For future clarity, other alternatives and their pitfalls explained below:
Update
|
Related? blackbaud/skyux2#1181 |
* Updated merge to override arrays. * Update package.json * Renamed utils file.
* Updated merge to override arrays. * Update package.json * Renamed utils file. * Fixed require
Fixes blackbaud/skyux2#1148