I'm submitting a feature request
Current behavior:
The plugin depends on bundle-loader as a runtime dependency, but that library is currently archived on GitHub and is no longer maintained. It has issues that have not been addressed for years, so it would be really nice if the plugin did not depend on its existence.
Expected/desired behavior:
Avoid using the deprecated bundle-loader dependency, and maybe replace its use with dynamic imports.