Update our handling of the require
option to support ESM dependencies
#2347
Labels
require
option to support ESM dependencies
#2347
#2344 will enable us to load
.mjs
dependencies through therequire
configuration. However it doesn't help usimport()
packages that cannot berequire()
d.We need to come up with a mechanism for detecting or configuring the loading of such packages.
The text was updated successfully, but these errors were encountered: