Rename playground/motion.html to video-sensing.html

This commit is contained in:
Michael "Z" Goddard 2018-03-30 14:54:58 -04:00
parent 6d2c29530f
commit d4bffcbddb
No known key found for this signature in database
GPG key ID: 762CD40DD5349872
3 changed files with 28 additions and 13 deletions

View file

@ -87,7 +87,7 @@ module.exports = [
// Renderer
'scratch-render'
],
'motion-extension': './src/extensions/scratch3_video_sensing/debug'
'video-sensing-extension-debug': './src/extensions/scratch3_video_sensing/debug'
},
output: {
path: path.resolve(__dirname, 'playground'),
@ -101,7 +101,7 @@ module.exports = [
},
{
test: require.resolve('./src/extensions/scratch3_video_sensing/debug.js'),
loader: 'expose-loader?Scratch3MotionDetect'
loader: 'expose-loader?Scratch3VideoSensingDebug'
},
{
test: require.resolve('stats.js/build/stats.min.js'),