2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-20 20:00:36 +03:00

Adapt UglifyJS config for IE10

See mishoo/UglifyJS2#2198
This commit is contained in:
Herst
2017-08-31 16:03:41 +02:00
committed by Johann-S
parent 870b743b81
commit 0165a620ec
+3
View File
@@ -1,5 +1,8 @@
{ {
"output": { "output": {
"comments": "/^!/" "comments": "/^!/"
},
"compress": {
"typeofs": false
} }
} }