I'm trying to migrate a plugin from webpack 4 -> 5, however it's using MainTemplate.hooks.beforeStartup and webpack throws
UnhandledPromiseRejectionWarning: Error: MainTemplate.hooks.beforeStartup has been removed (use RuntimeGlobals.startup instead)
yet I haven't found any information on how to use RuntimeGlobals.startup, so what's the proper alternative this hook and how to use it?