Skip to content

Commit 632c849

Browse files
committed
refactor: remove ie11 polyfills
1 parent 392c511 commit 632c849

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import 'react-app-polyfill/ie11' // For IE 11 support
1+
// import 'react-app-polyfill/ie11' // For IE 11 support TODO: remove in final version
22
import 'react-app-polyfill/stable'
33
import 'core-js'
44
import './polyfill'

0 commit comments

Comments
 (0)