Created
April 17, 2019 09:19
-
-
Save ofhouse/d9a67e306526b317b0f6b9cbedf391e5 to your computer and use it in GitHub Desktop.
polyfills for create react app (https://stackoverflow.com/a/43756218/831465)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* polyfills.js */ | |
import 'react-app-polyfill/ie11'; | |
import 'core-js/features/array/find'; | |
import 'core-js/features/array/includes'; | |
import 'core-js/features/number/is-nan'; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment