diff --git a/config/webpack.config.js b/config/webpack.config.js index a4c915a8..3acbaa79 100644 --- a/config/webpack.config.js +++ b/config/webpack.config.js @@ -171,7 +171,7 @@ module.exports = function (webpackEnv) { }, compress: { drop_console: false, - pure_funcs: ["console.log", "console.info"], + pure_funcs: ["console.log"], ecma: 5, warnings: false, // Disabled because of an issue with Uglify breaking seemingly valid code: diff --git a/package.json b/package.json index fdfcb325..daa66328 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vocechat-web", - "version": "0.7.28", + "version": "0.7.29", "homepage": "https://voce.chat", "dependencies": { "@metamask/onboarding": "^1.0.1",