[mobile] revert locked source map

This commit is contained in:
maxkadushkin
2024-09-15 20:04:48 +03:00
parent 22a11124ce
commit be75834310

View File

@ -50,7 +50,7 @@ const config = {
externals: {
jquery: 'jQuery'
},
devtool: env === 'production' ? false : 'source-map',
devtool: env === 'production' ? 'source-map' : 'source-map',
optimization: {
// splitChunks: {
// chunks: 'all',