drop ie8 support
Forwarded: no Last-Update: 2021-10-24 Gbp-Pq: Name drop-ie8.patch
This commit is contained in:
parent
106bdccad0
commit
9e4204950e
|
@ -302,7 +302,7 @@ module.exports = function( grunt ) {
|
||||||
// Support: Android 4.0 only
|
// Support: Android 4.0 only
|
||||||
// UglifyJS 3 breaks Android 4.0 if this option is not enabled.
|
// UglifyJS 3 breaks Android 4.0 if this option is not enabled.
|
||||||
// This is in lieu of setting ie8 for all of mangle, compress, and output
|
// This is in lieu of setting ie8 for all of mangle, compress, and output
|
||||||
"ie8": true
|
//"ie8": true
|
||||||
},
|
},
|
||||||
banner: "/*! jQuery v<%= pkg.version %> | " +
|
banner: "/*! jQuery v<%= pkg.version %> | " +
|
||||||
"(c) OpenJS Foundation and other contributors | jquery.org/license */",
|
"(c) OpenJS Foundation and other contributors | jquery.org/license */",
|
||||||
|
|
Loading…
Reference in New Issue