From 1b385f987bc139f90f2bd50ff81822e36a990d65 Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Wed, 28 May 2025 17:19:01 +0300 Subject: [PATCH] js compress to support ios --- Gruntfile.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index 85900f47f3..d09ea23413 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -184,10 +184,11 @@ module.exports = grunt => { comments: /^!/, }, beautify: false, - mangle: true, compress: { sequences: false, collapse_vars: false, + keep_fargs: true, + webkit: true, }, }, bundle: {