Overview of the `plugin-reload` development pipeline
mainWhen running in development mode, ReloadPlugin applies the following steps in order to prepare the extension for HMR and debugging:
StripContentScriptDevServerRuntime: Removes therspack-dev-serverstartup runtime from emitted content scripts so the browser can own the reinjection.SetupReloadStrategy: Configures dev-only background entry setup and runtime behavior.InjectScriptsReplayShim: Injects the shim required for script replaying.InjectBridgeProducer: Instruments the control-bridge to forward background-SW and content-script console output to the dev-server.InjectBridgeRelay: Completes the control-bridge instrumentation for unified logging.