fix: lint error

This commit is contained in:
Kaloyan Manolov 2025-04-28 17:01:27 +03:00
parent a5866eb399
commit e19180147b

View file

@ -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.