fix: add support for scratch-storage chunk files in webpack configuration#9885
Open
yokobond wants to merge 1 commit intoscratchfoundation:developfrom
Open
fix: add support for scratch-storage chunk files in webpack configuration#9885yokobond wants to merge 1 commit intoscratchfoundation:developfrom
yokobond wants to merge 1 commit intoscratchfoundation:developfrom
Conversation
|
All contributors have signed the CLA ✍️ ✅ |
Author
|
I have read the CLA Document and I hereby sign the CLA |
takaokouji
added a commit
to smalruby/smalruby3-gui
that referenced
this pull request
Aug 24, 2025
Apply fix from upstream scratch-gui PR scratchfoundation#9885 to resolve asset loading timeouts by ensuring scratch-storage's dynamically imported chunks are copied to the build output. Original patch: scratchfoundation#9885 Copyright belongs to the original patch author. Fixes asset loading hangs where super.load() would timeout after 10 seconds for certain asset IDs (e.g., bcf454acf82e4504149f7ffe07081dbc). 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
Merged
4 tasks
|
Please confirm this fix. |
IJayHuI
added a commit
to IJayHuI/scratch-gui
that referenced
this pull request
Nov 7, 2025
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.
Resolves
Assets in libraries are loaded correctly.
Proposed Changes
Copy scratch-storage workers under the build path to be accessed by browser.
Reason for Changes
scratch-storage 4 changed to bundle workers using Webpack 5 native (not plugin) syntax. So that, the worker code ignored by webpack of scratch-gui.