Skip to content

Commit

Permalink
Adding core-js to include polyfills
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulMcCaffertyPA committed Jun 1, 2020
1 parent 68247fe commit df73bc7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"@testing-library/user-event": "^7.1.2",
"axios": "^0.19.2",
"bootstrap": "^4.4.1",
"core-js": "^3.6.5",
"date-fns": "^2.9.0",
"dotenv": "^8.2.0",
"formik": "^2.1.4",
Expand Down
1 change: 1 addition & 0 deletions src/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import 'react-app-polyfill/ie11';
import 'react-app-polyfill/stable';
import 'core-js';

import React from 'react';
import ReactDOM from 'react-dom';
Expand Down

0 comments on commit df73bc7

Please sign in to comment.