mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-08-13 06:49:19 -04:00
Standardize repository settings
Set dev tool to `cheap-module-source-map`.
This commit is contained in:
parent
0bcc33cf4c
commit
0402b7ed8e
1 changed files with 1 additions and 1 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',
|
||||
plugins: [
|
||||
new webpack.optimize.UglifyJsPlugin({
|
||||
include: /\.min\.js$/,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue