Creates a plugin loader that resolves built-in plugins by ID or loads remote plugins from URLs.
Remote URLs must point at a plugin manifest (plugin.json). The loader fetches the manifest,
eagerly persists every declared asset via the configured PluginAssetCache, then dynamic-imports
the entry module.
Creates a plugin loader that resolves built-in plugins by ID or loads remote plugins from URLs.
Remote URLs must point at a plugin manifest (
plugin.json). The loader fetches the manifest, eagerly persists every declared asset via the configuredPluginAssetCache, then dynamic-imports the entry module.