Hacker News new | ask | show | jobs
by jdd 3436 days ago
You might be able to fix that with something like babel-plugin-lodash which can be ran over your code (and deps) to enforce cherry-picking across the board.

https://github.com/lodash/babel-plugin-lodash

1 comments

Late reply, but, neat! I'll have a look.