Open drzax opened 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.
import-lazy
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.