Home
Head's Up: I'm in the middle of upgrading my site. Most things are in place, but there are something missing and/or broken including image alt text. Please bear with me while I'm getting things fixed.

Use lodash Via import As ES Modules In Vanilla JS

- trying to get lodash to work with import calls

- Installed the cli with : npm i - g lodash - cli

- Run

lodash modularize exports=es - p

- That outputs 600+ files into a directory called modularize

- I'm calling them like :

NOTE : See post 2uawt6fh for an initial example