[deploy] fix build mobile apps

This commit is contained in:
Maxim Kadushkin 2021-06-03 15:41:28 +03:00
parent ac109145b5
commit 3b5a064242
2 changed files with 2 additions and 3 deletions

View file

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

View file

@ -69,9 +69,9 @@
"postcss-preset-env": "^6.7.0",
"rimraf": "^3.0.2",
"style-loader": "^1.3.0",
"terser-webpack-plugin": "^3.1.0",
"terser-webpack-plugin": "^5.1.3",
"url-loader": "^4.1.1",
"webpack": "^5.26.3",
"webpack": "^5.38.1",
"webpack-cli": "^4.5.0",
"webpack-dev-server": "^3.11.2",
"workbox-webpack-plugin": "^6.1.2"