From 567a4c117e923c8f4fed91f61bbf7852771e4ade Mon Sep 17 00:00:00 2001
From: Alex Pott <alex.a.pott@googlemail.com>
Date: Thu, 15 Mar 2018 17:11:25 +0000
Subject: [PATCH] Issue #2948874 by martin107: Restrict build targets to IE11
 and above

---
 core/package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/package.json b/core/package.json
index 37098616b5fc..139ea569ff38 100644
--- a/core/package.json
+++ b/core/package.json
@@ -41,7 +41,7 @@
           "modules": false,
           "targets": {
             "browsers": [
-              "ie >= 9",
+              "ie >= 11",
               "edge >= 13",
               "firefox >= 5",
               "opera >= 12",
-- 
GitLab