forked from FoundKeyGang/FoundKey
Disable source map
This commit is contained in:
parent
fea996d623
commit
6fb11a608b
1 changed files with 1 additions and 1 deletions
|
@ -241,7 +241,7 @@ module.exports = entries.map(x => {
|
|||
modules: ['node_modules', './webpack/loaders']
|
||||
},
|
||||
cache: true,
|
||||
devtool: 'source-map',
|
||||
devtool: false, //'source-map',
|
||||
optimization: {
|
||||
minimize: isProduction && doMinify
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue