mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-07-17 09:42:39 -04:00
Implement WebWorker interface
This commit is contained in:
parent
020bf1ef65
commit
b97974e2ac
3 changed files with 125 additions and 7 deletions
|
@ -3,7 +3,8 @@ var webpack = require('webpack');
|
|||
module.exports = {
|
||||
entry: {
|
||||
'vm': './src/index.js',
|
||||
'vm.min': './src/index.js'
|
||||
'vm.min': './src/index.js',
|
||||
'vm.worker': './src/worker.js'
|
||||
},
|
||||
output: {
|
||||
path: __dirname,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue