mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-07-24 13:09:11 -04:00
Fix benchmark suite (#1397)
* add scratch-svg-renderer adaptors to benchmark vm * disable benchmark with monitor error * fixup! add scratch-svg-renderer adaptors to benchmark vm * fixup! disable benchmark with monitor error
This commit is contained in:
parent
6e6e9b49cb
commit
a15a9a1b7b
5 changed files with 21 additions and 11 deletions
|
@ -150,6 +150,8 @@ module.exports = [
|
|||
from: 'node_modules/scratch-storage/dist/web'
|
||||
}, {
|
||||
from: 'node_modules/scratch-render/dist/web'
|
||||
}, {
|
||||
from: 'node_modules/scratch-svg-renderer/dist/web'
|
||||
}, {
|
||||
from: 'src/playground'
|
||||
}])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue