mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-22 17:03:49 +01:00
Disable source map
This commit is contained in:
parent
6939647003
commit
7fdf536754
@ -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 New Issue
Block a user