Skip to content

Instantly share code, notes, and snippets.

@ofhouse
Created April 17, 2019 09:19
Show Gist options
  • Save ofhouse/d9a67e306526b317b0f6b9cbedf391e5 to your computer and use it in GitHub Desktop.
Save ofhouse/d9a67e306526b317b0f6b9cbedf391e5 to your computer and use it in GitHub Desktop.
polyfills for create react app (https://stackoverflow.com/a/43756218/831465)
/* 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