mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
Disable source map
This commit is contained in:
parent
6939647003
commit
7fdf536754
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…
Add table
Reference in a new issue