This PR adds babel-plugin-lodash to convert lodash import statements to specific parts of lodash so bundlers don't pull the entire lib for a couple of functions.
This could be adressed directly at the import level, but since babel is already used anyway I figured the change that didn't impact coding style would be best.
This PR adds babel-plugin-lodash to convert lodash import statements to specific parts of lodash so bundlers don't pull the entire lib for a couple of functions.
This could be adressed directly at the import level, but since babel is already used anyway I figured the change that didn't impact coding style would be best.
Thanks for your work!