Skip to content

Commit

Permalink
Merge pull request #2661 from phacks/fix-demo-for-ie11
Browse files Browse the repository at this point in the history
Fix demo application for IE 11
  • Loading branch information
Gildas Garcia authored Dec 13, 2018
2 parents 3e94799 + 0df503f commit a4a00e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"ra-language-french": "^2.0.0",
"react": "~16.3.1",
"react-admin": "^2.0.0",
"react-app-polyfill": "^0.1.3",
"react-dom": "~16.3.1",
"react-redux": "~5.0.7",
"react-router-dom": "~4.2.2",
Expand All @@ -34,7 +35,7 @@
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not ie <= 10",
"not op_mini all"
]
}
1 change: 1 addition & 0 deletions examples/demo/src/index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import 'react-app-polyfill/ie11';
import React from 'react';
import ReactDOM from 'react-dom';
import App from './App';
Expand Down

0 comments on commit a4a00e0

Please sign in to comment.