Commit ff3f392
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 <noreply@anthropic.com>1 parent dddadaa commit ff3f392
1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
83 | 88 | | |
84 | 89 | | |
85 | 90 | | |
| |||
0 commit comments