Skip to content

Commit

Permalink
Remove lodash.
Browse files Browse the repository at this point in the history
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!
  • Loading branch information
timdorr committed Nov 3, 2017
1 parent 651f5fa commit 207d0b5
Show file tree
Hide file tree
Showing 6 changed files with 62 additions and 495 deletions.
5 changes: 0 additions & 5 deletions .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,6 @@
"plugins": [
["transform-es2015-modules-commonjs", { "loose": true }]
]
},
"es": {
"plugins": [
"./build/use-lodash-es"
]
}
}
}
10 changes: 0 additions & 10 deletions build/use-lodash-es.js

This file was deleted.

Loading

0 comments on commit 207d0b5

Please sign in to comment.