Want to decrease the size of this library? Try: I think you only use `_.filter` right? If so, try replacing lodash with: https://www.npmjs.com/package/lodash.filter Or even better, ditch lodash altogether and use native JS filter method instead.
Want to decrease the size of this library? Try:
I think you only use
_.filterright? If so, try replacing lodash with: https://www.npmjs.com/package/lodash.filterOr even better, ditch lodash altogether and use native JS filter method instead.