]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Adapt UglifyJS config for IE10
authorHerst <Herst@users.noreply.github.com>
Thu, 31 Aug 2017 14:03:41 +0000 (16:03 +0200)
committerJohann-S <johann.servoire@gmail.com>
Thu, 31 Aug 2017 14:40:26 +0000 (16:40 +0200)
See mishoo/UglifyJS2#2198

build/uglifyjs.config.json

index 2b53a56d96113df8e713e496d5631d9f12e58801..5085f4186eaf07ab21736f5e5dcc36540e71caac 100644 (file)
@@ -1,5 +1,8 @@
 {
-       "output" : {
+       "output": {
                "comments": "/^!/"
-       }
+       },
+  "compress": {
+    "typeofs": false
+  }
 }