mirror of
https://github.com/scratchfoundation/scratch-desktop.git
synced 2025-05-15 15:20:47 -04:00
fix: lint error
This commit is contained in:
parent
a5866eb399
commit
e19180147b
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ module.exports = makeConfig(
|
|||
from: path.join(getModulePath('@scratch/scratch-gui'), 'libraries'),
|
||||
to: 'static/libraries',
|
||||
flatten: true
|
||||
},
|
||||
}
|
||||
// This still results in a missing fetch worker error, because the fetch-worker
|
||||
// is attempted to be resolved on an absolute path (e.g. file:///chunks/fetch-worker..)
|
||||
// That is still fine, because we don't need the fetch-worker to retrieve information.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue