Browse Source

Increase url-polyfill, ie11 edge support (#699)

* add loginout redirect

* use select get pathname

*  Increase url-polyfill, ie11 edge support
pull/731/head
陈帅 8 years ago
committed by ddcat1115
parent
commit
c5449a3a02
  1. 3
      package.json
  2. 1
      src/index.js

3
package.json

@ -43,7 +43,8 @@
"react-container-query": "^0.9.1",
"react-document-title": "^2.0.3",
"react-dom": "^16.2.0",
"react-fittext": "^1.0.0"
"react-fittext": "^1.0.0",
"url-polyfill": "^1.0.10"
},
"devDependencies": {
"babel-eslint": "^8.1.2",

1
src/index.js

@ -1,4 +1,5 @@
import '@babel/polyfill';
import 'url-polyfill';
import dva from 'dva';
import createHistory from 'history/createHashHistory';

Loading…
Cancel
Save