⚠️ This article was posted over a year go. The information might be outdated. ⚠️
Table of Contents
Installation
npm install react-app-polyfill
or
yarn add react-app-polyfill
Import entry points
Import the packages at the top of your index.tsx
.
import 'react-app-polyfill/ie9';
import 'react-app-polyfill/ie11';
import 'react-app-polyfill/stable';