mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-07-22 12:09:51 -04:00
fix: adapt to new scratch-storage@>=3 API
This commit is contained in:
parent
ec47dee233
commit
4cf4e24b40
4 changed files with 4 additions and 4 deletions
|
@ -95,7 +95,7 @@ const playgroundBuilder = webBuilder.clone()
|
|||
}
|
||||
})
|
||||
.addModuleRule({
|
||||
test: require.resolve('scratch-storage/src/index.js'),
|
||||
test: require.resolve('scratch-storage/src/index.ts'),
|
||||
loader: 'expose-loader',
|
||||
options: {
|
||||
exposes: 'ScratchStorage'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue