Skip to content

Commit

Permalink
Polyfill IE11 #40
Browse files Browse the repository at this point in the history
  • Loading branch information
joepio committed May 27, 2019
1 parent 6e3ac1b commit 306fbd7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions front/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"re-resizable": "^4.11.0",
"react": "16.8.6",
"react-addons-css-transition-group": "^15.6.2",
"react-app-polyfill": "^1.0.1",
"react-dom": "16.8.6",
"react-hotkeys": "^2.0.0-pre5",
"react-intl": "^2.8.0",
Expand Down
2 changes: 2 additions & 0 deletions front/src/index.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// This must be the first line in src/index.js
import "react-app-polyfill/ie11";
import React from "react";
import ReactDOM from "react-dom";
import "./index.css";
Expand Down

0 comments on commit 306fbd7

Please sign in to comment.