Merge pull request from ericrosenbaum/feature/load-drums-from-storage

Load drum sounds from storage and play them
This commit is contained in:
Eric Rosenbaum 2017-11-20 13:56:23 -05:00 committed by GitHub
commit 614708d48c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
22 changed files with 293 additions and 94 deletions

View file

@ -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, {