refactor: remove ie11 polyfills

This commit is contained in:
Łukasz Holeczek 2021-05-24 17:17:14 +02:00
parent 392c51173e
commit 632c849fa7

View File

@ -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 'react-app-polyfill/stable'
import 'core-js' import 'core-js'
import './polyfill' import './polyfill'