我正在尝试从 webpack 4 -> 5 迁移插件,但是它正在使用MainTemplate.hooks.beforeStartup并且 webpack 抛出异常
UnhandledPromiseRejectionWarning: Error: MainTemplate.hooks.beforeStartup has been removed (use RuntimeGlobals.startup instead)
Run Code Online (Sandbox Code Playgroud)
但我还没有找到任何有关如何使用的信息RuntimeGlobals.startup,那么这个钩子的正确替代方案是什么以及如何使用它?
webpack ×1