an internal super-build plugin that enables the inclusion of additional imports dynamically,
as esbuild is transforming the loaded content.
the reason why this plugin is called "long build" is because it hangs up at its loader stage and waits for the import requests to come in,
until all known entities that had entered the onResolve stage have exited through at least one onLoad hook.
an internal super-build plugin that enables the inclusion of additional imports dynamically, as esbuild is transforming the loaded content.
the reason why this plugin is called "long build" is because it hangs up at its loader stage and waits for the import requests to come in, until all known entities that had entered the
onResolvestage have exited through at least oneonLoadhook.