Skip to content

Commit 84d6180

Browse files
committed
fix(dist optimisation): Dropped lodash mergeWith dependency for bundle optimisation.\n\nEven though we were only importing \mergeWith\ from lodash it came along with too many\nsubdependencies. I\'ve implemented a much simpler merge with algorithm that satisfies the current\ntest suite. Bundle zip is now 4kb without gzip. I imagine it will disappear once gzipped.
1 parent c569425 commit 84d6180

File tree

5 files changed

+16
-16
lines changed

5 files changed

+16
-16
lines changed

.babelrc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@
66
"env": {
77
"test": {
88
"plugins": ["rewire"]
9-
},
10-
"production": {
11-
"plugins": ["lodash"]
129
}
1310
}
1411
}

0 commit comments

Comments
 (0)