chore: updates

This commit is contained in:
Tristan Yang
2024-08-31 10:26:34 +08:00
parent a31a8d00a0
commit fc63ee1951
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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: