drop ie8 support

Forwarded: no
Last-Update: 2021-10-24

Gbp-Pq: Name drop-ie8.patch
This commit is contained in:
Yadd 2022-05-19 14:51:56 +08:00 committed by openKylinBot
parent 106bdccad0
commit 9e4204950e
1 changed files with 1 additions and 1 deletions

View File

@ -302,7 +302,7 @@ module.exports = function( grunt ) {
// Support: Android 4.0 only
// 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
"ie8": true
//"ie8": true
},
banner: "/*! jQuery v<%= pkg.version %> | " +
"(c) OpenJS Foundation and other contributors | jquery.org/license */",