You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Rspack throw error when using ForceCompleteRuntimePlugin (vercel#85221)
TODO: Rspack currently does not support the hooks and chunk methods
required by `ForceCompleteRuntimePlugin`.
Temporarily disable `ForceCompleteRuntimePlugin` when using Rspack as
the bundler.
This plugin ensures complete webpack runtime is available during soft
navigation to prevent runtime function errors, but Rspack currently does
not support the required compilation hooks and chunk graph APIs.
Co-authored-by: Will Binns-Smith <[email protected]>
0 commit comments