Closed
Description
#2344 will enable us to load .mjs
dependencies through the require
configuration. However it doesn't help us import()
packages that cannot be require()
d.
We need to come up with a mechanism for detecting or configuring the loading of such packages.