Merge pull request from KManolov3/feature/uepr-40-desktop-feature-parity

fix: lint error
This commit is contained in:
Kaloyan Manolov 2025-04-28 17:06:37 +03:00 committed by GitHub
commit f8758e082b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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