build playground/benchmark.js

This commit is contained in:
Michael "Z" Goddard 2019-01-22 17:42:34 -05:00
parent d5c2991a25
commit d8ae96a58c
No known key found for this signature in database
GPG key ID: 762CD40DD5349872
3 changed files with 7 additions and 27 deletions

View file

@ -88,19 +88,7 @@ module.exports = [
defaultsDeep({}, base, {
target: 'web',
entry: {
'scratch-vm': './src/index.js',
'vendor': [
// FPS counter
'stats.js/build/stats.min.js',
// Scratch Blocks
'scratch-blocks/dist/vertical.js',
// Audio
'scratch-audio',
// Storage
'scratch-storage',
// Renderer
'scratch-render'
],
'benchmark': './src/playground/benchmark',
'video-sensing-extension-debug': './src/extensions/scratch3_video_sensing/debug'
},
output: {