mirror of
https://github.com/scratchfoundation/scratch-desktop.git
synced 2025-06-08 11:04:31 -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'),
|
from: path.join(getModulePath('@scratch/scratch-gui'), 'libraries'),
|
||||||
to: 'static/libraries',
|
to: 'static/libraries',
|
||||||
flatten: true
|
flatten: true
|
||||||
},
|
}
|
||||||
// This still results in a missing fetch worker error, because the fetch-worker
|
// 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..)
|
// 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.
|
// 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