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
fix: copy scratch-storage webpack chunks to prevent loading hangs
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 <[email protected]>
0 commit comments