mdzhang / us-state-codes

A library to help you search, validate, and convert between US state names and postal codes.
MIT License
15 stars 9 forks source link

Can we reduce the bundle size of this library? #56

Open andrew-pyle opened 2 years ago

andrew-pyle commented 2 years ago

The code is just a few files, but there several kBs of lodash dependencies. Can we replace those dependencies with native JS functions?

I opened PR #55 with a potential solution.