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
Keep dev watch alive on initial errors and harden env parsing
- Do not exit dev watch on first compilation error; only reject when
BUILD_WATCH_ONCE is enabled. This preserves the previous DX of
staying in watch mode to fix errors.
- Add robust boolean env parsing for BUILD_WATCH_ONCE to treat '0',
'false', 'no', 'off', and empty as false.
- Retain fast‑fail for early setup/packaging errors and for watch‑once.
Why: Refactor introduced a Promise wrapper that caused dev to exit on
initial compile errors. This change restores expected behavior while
keeping deterministic exits for CI/watch‑once.
0 commit comments