mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-07-24 21:19:43 -04:00
Merge pull request #785 from ericrosenbaum/feature/load-drums-from-storage
Load drum sounds from storage and play them
This commit is contained in:
commit
614708d48c
22 changed files with 293 additions and 94 deletions
|
@ -60,7 +60,13 @@ module.exports = [
|
|||
libraryTarget: 'commonjs2',
|
||||
path: path.resolve(__dirname, 'dist/node'),
|
||||
filename: '[name].js'
|
||||
}
|
||||
},
|
||||
plugins: base.plugins.concat([
|
||||
new CopyWebpackPlugin([{
|
||||
from: './src/extensions/scratch3_music/assets',
|
||||
to: 'assets/scratch3_music'
|
||||
}])
|
||||
])
|
||||
}),
|
||||
// Playground
|
||||
defaultsDeep({}, base, {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue