We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6bf7b59 + 968e3c4 commit cd7ac9bCopy full SHA for cd7ac9b
webpack.renderer.js
@@ -85,6 +85,12 @@ module.exports = makeConfig(
85
from: path.join(getModulePath('@scratch/scratch-gui'), 'libraries'),
86
to: 'static/libraries',
87
flatten: true
88
+ },
89
+ {
90
+ // We need to copy the chunks for translating tutorial images for
91
+ // the tutorial translations to work.
92
+ from: path.join(getModulePath('@scratch/scratch-gui'), 'chunks'),
93
+ to: 'chunks'
94
}
95
// This still results in a missing fetch worker error, because the fetch-worker
96
// is attempted to be resolved on an absolute path (e.g. file:///chunks/fetch-worker..)
0 commit comments