home ~ projects ~ socials

Use lodash Via import As ES Modules In Vanilla JS

Notes

  • 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

-- end of line --