mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-07-07 11:34:00 -04:00
Fix
This commit is contained in:
parent
1d99efbcd8
commit
ebe8f63232
1 changed files with 2 additions and 1 deletions
|
@ -110,7 +110,8 @@ module.exports = [
|
||||||
}, {
|
}, {
|
||||||
from: 'node_modules/highlightjs/styles/zenburn.css'
|
from: 'node_modules/highlightjs/styles/zenburn.css'
|
||||||
}, {
|
}, {
|
||||||
from: 'assets'
|
from: 'assets',
|
||||||
|
to: 'assets'
|
||||||
}])
|
}])
|
||||||
])
|
])
|
||||||
})
|
})
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue