Skip to content

fix(extension-sdk): ignore module federation temp files in the dev watcher - #3136

Merged
AlexAndBear merged 1 commit into
mainfrom
feat/extension-sdk-ignore-mf-temp
Aug 16, 2026
Merged

fix(extension-sdk): ignore module federation temp files in the dev watcher#3136
AlexAndBear merged 1 commit into
mainfrom
feat/extension-sdk-ignore-mf-temp

Conversation

@dschmidt

Copy link
Copy Markdown
Contributor

The federation plugin rewrites .__mf__temp/* while the dev server runs; with the default watcher every rewrite triggers a full page reload (with two dev servers of the same app it even reload-loops). Extensions currently have to carry this ignore in their own vite config; ship it as a default.

…tcher

The federation plugin rewrites .__mf__temp/* while the dev server runs;
watching those files turns every rewrite into a full page reload.
@dschmidt
dschmidt marked this pull request as ready for review August 15, 2026 18:50
@AlexAndBear
AlexAndBear merged commit 1820fa7 into main Aug 16, 2026
30 of 31 checks passed
@AlexAndBear
AlexAndBear deleted the feat/extension-sdk-ignore-mf-temp branch August 16, 2026 13:02
@openclouders openclouders mentioned this pull request Aug 16, 2026
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants