[UE5.7] build(react): output bundle to its own dist/ instead of SignallingWebServer/www/ (#874)#880
Merged
mcottontensor merged 1 commit intoUE5.7from May 5, 2026
Merged
Conversation
…Server/www/ (#874) Both reference frontend implementations were writing to SignallingWebServer/www/ with `clean: true`, so a top-level `npm run build --ws` ran the TS impl first and then had its output wiped by the React impl that ran second. Wilbur was then served the React impl's minimal page (auto-connect, no UI overlay) instead of the TS reference frontend. Point the React webpack at a local dist/ directory so the two implementations no longer collide. WEBPACK_OUTPUT_PATH is honoured for symmetry with the TS impl, and the readme documents how to have Wilbur serve this bundle via --http_root. (cherry picked from commit 1096245)
4 tasks
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Backport
This will backport the following commits from
mastertoUE5.7:Questions ?
Please refer to the Backport tool documentation