fix: copy the fetch worker from gui

This commit is contained in:
Kaloyan Manolov 2025-04-04 16:27:23 +03:00
parent 1211a5fdcb
commit aa3f36afd3

View file

@ -84,6 +84,11 @@ module.exports = makeConfig(
to: 'static/libraries',
flatten: true
},
{
context: getModulePath('@scratch/scratch-gui'),
from: 'chunks/fetch-worker.*.{js,js.map}',
noErrorOnMissing: true
}
]
}),
]