[deploy] debug
This commit is contained in:
parent
a889a6ac14
commit
093a5857ab
|
@ -50,7 +50,7 @@ module.exports = {
|
|||
jquery: 'jQuery'
|
||||
},
|
||||
|
||||
devtool: env === 'production' ? false : 'source-map',
|
||||
devtool: env === 'production' ? /*false*/'source-map' : 'source-map', // TODO: turn off debugger source map before release
|
||||
optimization: {
|
||||
minimizer: [new TerserPlugin({
|
||||
})],
|
||||
|
|
Loading…
Reference in a new issue