From 9e4204950e80357e598fbf1d19ed43bcafae6802 Mon Sep 17 00:00:00 2001 From: Yadd Date: Thu, 19 May 2022 14:51:56 +0800 Subject: [PATCH] drop ie8 support Forwarded: no Last-Update: 2021-10-24 Gbp-Pq: Name drop-ie8.patch --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index 22b13a9..cfcfb5d 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -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 */",