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
Guard createWebpackBuildPromise against early runWebpack rejection
Attach a catch handler to the async runWebpack call so early setup
errors (e.g., failing dynamic imports) properly reject the outer
promise instead of hanging. Mirrored the same protection in the
development single-build path to surface failures deterministically.
This prevents silent timeouts during CI and improves failure signaling
without altering build outputs.
0 commit comments