From bf5a4e4d066354f69ec1c4462d21a7c9b4ef4dd3 Mon Sep 17 00:00:00 2001 From: Herst Date: Thu, 31 Aug 2017 16:03:41 +0200 Subject: [PATCH] Adapt UglifyJS config for IE10 See mishoo/UglifyJS2#2198 --- build/uglifyjs.config.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/build/uglifyjs.config.json b/build/uglifyjs.config.json index 2b53a56d9611..5085f4186eaf 100644 --- a/build/uglifyjs.config.json +++ b/build/uglifyjs.config.json @@ -1,5 +1,8 @@ { - "output" : { + "output": { "comments": "/^!/" - } + }, + "compress": { + "typeofs": false + } }