0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-19 16:54:24 +01: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

View File

@ -1,5 +1,8 @@
{
"output" : {
"output": {
"comments": "/^!/"
}
},
"compress": {
"typeofs": false
}
}