Skip to content

Commit 207d0b5

Browse files
committed
Remove lodash.
This boosts perf by not exhaustively checking every action of it's object-ness. We also no longer need to bundle any of lodash, so this saves a good number of bytes too!
1 parent 651f5fa commit 207d0b5

6 files changed

+62
-495
lines changed

.babelrc

-5
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,6 @@
2626
"plugins": [
2727
["transform-es2015-modules-commonjs", { "loose": true }]
2828
]
29-
},
30-
"es": {
31-
"plugins": [
32-
"./build/use-lodash-es"
33-
]
3429
}
3530
}
3631
}

build/use-lodash-es.js

-10
This file was deleted.

0 commit comments

Comments
 (0)