mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-03-22 19:05:56 -04:00
Copy the gui localized image chunks to static
Support for dynamically loading translated images.
This commit is contained in:
parent
b3d9978c71
commit
37ecc177ef
1 changed files with 4 additions and 0 deletions
|
@ -144,6 +144,10 @@ module.exports = {
|
|||
from: 'node_modules/scratch-gui/dist/static/blocks-media',
|
||||
to: 'static/blocks-media'
|
||||
}]),
|
||||
new CopyWebpackPlugin([{
|
||||
from: 'node_modules/scratch-gui/dist/chunks',
|
||||
to: 'static/chunks'
|
||||
}]),
|
||||
new CopyWebpackPlugin([{
|
||||
from: 'node_modules/scratch-gui/dist/extension-worker.js'
|
||||
}]),
|
||||
|
|
Loading…
Reference in a new issue