From: Herst Date: Thu, 31 Aug 2017 14:03:41 +0000 (+0200) Subject: Adapt UglifyJS config for IE10 X-Git-Tag: v4.0.0-beta.2~306 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0165a620ec5826289dd56c0683c413e7a5b47fcb;p=thirdparty%2Fbootstrap.git Adapt UglifyJS config for IE10 See mishoo/UglifyJS2#2198 --- diff --git a/build/uglifyjs.config.json b/build/uglifyjs.config.json index 2b53a56d96..5085f4186e 100644 --- a/build/uglifyjs.config.json +++ b/build/uglifyjs.config.json @@ -1,5 +1,8 @@ { - "output" : { + "output": { "comments": "/^!/" - } + }, + "compress": { + "typeofs": false + } }