[deploy] debug for mobile apps

This commit is contained in:
Maxim Kadushkin 2021-06-22 00:02:15 +03:00
parent daa4554bb1
commit c3cda3280a

View file

@ -53,7 +53,6 @@ module.exports = {
devtool: env === 'production' ? false : 'source-map',
optimization: {
minimizer: [new TerserPlugin({
sourceMap: true,
})],
moduleIds: 'named',
},