0.14.4 ⢠Published 6 years ago
react-union-polyfills v0.14.4
Fork of react-app-polyfill.
Usage
Import it as the first line in your application code.
import 'react-union-polyfills';
Internet Explorer
If you need to support older versions of Internet Explorer, call:
// for IE 11:
import 'react-union-polyfills/ie11';
import 'react-union-polyfills';
// for IE 9:
import 'react-union-polyfills/ie9';
import 'react-union-polyfills';