redgeoff / mson

🏗️MSON Lang: Generate an app from JSON
Apache License 2.0
470 stars 33 forks source link

Remove Lodash dependency #611

Closed redgeoff closed 2 years ago

redgeoff commented 2 years ago

With ES6, Lodash isn't needed for many operations. Let's remove it and save on the bundle size and any overhead of having another dependency.

redgeoff commented 2 years ago