mirror of
https://github.com/scratchfoundation/scratch-desktop.git
synced 2025-06-12 21:10:45 -04:00
fix: copy the fetch worker from gui
This commit is contained in:
parent
1211a5fdcb
commit
aa3f36afd3
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
}
|
||||
]
|
||||
}),
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue