mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-07-23 20:51:00 -04:00
Drop worker support (#175)
* Take out worker code * Fix Blockly event listening (minus worker) * Recompile Sept. 13
This commit is contained in:
parent
833c5ed313
commit
08b40b4d1d
8 changed files with 6425 additions and 4638 deletions
|
@ -3,8 +3,7 @@ var webpack = require('webpack');
|
|||
module.exports = {
|
||||
entry: {
|
||||
'vm': './src/index.js',
|
||||
'vm.min': './src/index.js',
|
||||
'vm.worker': './src/worker.js'
|
||||
'vm.min': './src/index.js'
|
||||
},
|
||||
output: {
|
||||
path: __dirname,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue