[deploy] debug

This commit is contained in:
Maxim Kadushkin 2021-06-18 13:10:18 +03:00
parent a889a6ac14
commit 093a5857ab

View file

@ -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({
})],