Skip to content

Commit

Permalink
Uses React Polyfill to Support IE11
Browse files Browse the repository at this point in the history
  • Loading branch information
stanleyowen committed Jun 7, 2021
1 parent 1655bc9 commit 0ec15a9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions client/src/index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import 'react-app-polyfill/ie11'
import 'react-app-polyfill/stable'
import React from 'react'
import ReactDOM from 'react-dom'
import './index.js'
Expand Down

0 comments on commit 0ec15a9

Please sign in to comment.