From cfc7906f2e83d4dde0acd7616e097552c07a0bd4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6?= Date: Tue, 18 Oct 2022 18:15:38 +0200 Subject: [PATCH] Remove IE 11 since it's already dead MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ --- browserlist.config.js | 1 - 1 file changed, 1 deletion(-) diff --git a/browserlist.config.js b/browserlist.config.js index f31ec8c..990ada9 100644 --- a/browserlist.config.js +++ b/browserlist.config.js @@ -1,6 +1,5 @@ module.exports = [ '>0.25%', - 'not ie 11', 'not op_mini all', 'not dead', 'Firefox ESR',