abcnews / aunty

A toolkit for working with ABC News projects
https://www.npmjs.com/package/@abcnews/aunty
MIT License
32 stars 5 forks source link

Switch to ESM #206

Open drzax opened 1 year ago

drzax commented 1 year ago

There are a number of aunty dependencies that are now ESM only. These will start to make it more difficult keep aunty updated and vulnerability free.

One known major impediment to switching to ESM is the use of import-lazy. This can probably be fairly readily replaced with dynamic imports.