mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-07-26 06:01:11 -04:00
Merge branch 'develop' of https://github.com/LLK/scratch-vm into es6
# Conflicts: # src/import/sb2import.js # src/virtual-machine.js # webpack.config.js
This commit is contained in:
commit
e96807b399
16 changed files with 189 additions and 150 deletions
|
@ -9,7 +9,7 @@ var base = {
|
|||
host: '0.0.0.0',
|
||||
port: process.env.PORT || 8073
|
||||
},
|
||||
devtool: 'source-map',
|
||||
devtool: 'cheap-module-source-map',
|
||||
module: {
|
||||
rules: [{
|
||||
test: /\.js$/,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue