From 632c849fa71e81000cb0472da2e34efffff68a78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Holeczek?= Date: Mon, 24 May 2021 17:17:14 +0200 Subject: [PATCH] refactor: remove ie11 polyfills --- src/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.js b/src/index.js index d879cd1..413a089 100644 --- a/src/index.js +++ b/src/index.js @@ -1,4 +1,4 @@ -import 'react-app-polyfill/ie11' // For IE 11 support +// import 'react-app-polyfill/ie11' // For IE 11 support TODO: remove in final version import 'react-app-polyfill/stable' import 'core-js' import './polyfill'