mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-07-22 12:09:51 -04:00
Add assets (drum sounds) for music extension
This commit is contained in:
parent
961b3476b2
commit
f5b25a190e
19 changed files with 7 additions and 1 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