Skip to content

build(ui): Stop dev-ui-production rebuild loop - #121574

Merged
scttcper merged 1 commit into
masterfrom
scttcper/fix-production-rebuild
Aug 7, 2026
Merged

build(ui): Stop dev-ui-production rebuild loop#121574
scttcper merged 1 commit into
masterfrom
scttcper/fix-production-rebuild

Conversation

@scttcper

@scttcper scttcper commented Aug 7, 2026

Copy link
Copy Markdown
Member

#119885 moved story discovery into a virtual manifest, but dev-ui-production watch mode treated that virtual .ts file as removed after every successful build. That immediately started another full production build, so the server rebuilt forever.

dev-ui-production treated the virtual story manifest as removed after every successful build, immediately starting another full production build.

Ignore the virtual module in the filesystem watcher while keeping StoryManifestPlugin's explicit invalidation for story changes.

Refs #119885

Co-Authored-By: Codex <noreply@openai.com>
@github-actions github-actions Bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Aug 7, 2026
@scttcper scttcper changed the title fix(ui): Stop dev-ui-production rebuild loop build(ui): Stop dev-ui-production rebuild loop Aug 7, 2026
@scttcper
scttcper marked this pull request as ready for review August 7, 2026 22:40
@scttcper
scttcper requested a review from a team as a code owner August 7, 2026 22:40
@scttcper
scttcper requested a review from a team August 7, 2026 22:40
@scttcper
scttcper merged commit f133cb3 into master Aug 7, 2026
73 of 74 checks passed
@scttcper
scttcper deleted the scttcper/fix-production-rebuild branch August 7, 2026 23:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Scope: Frontend Automatically applied to PRs that change frontend components

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants