Added polyfills for IE11 (IE11 still not fully working)

This commit is contained in:
Przemek Wiech 2019-02-07 00:28:03 +01:00
parent a1cd76273d
commit cb2fad4fcd
2 changed files with 4 additions and 0 deletions

View File

@ -9,11 +9,13 @@
"md5": "^2.2.1",
"query-string": "^5.1.1",
"react": "latest",
"react-app-polyfill": "^0.2.0",
"react-dom": "latest",
"react-intl": "^2.8.0",
"react-router-dom": "^4.3.1",
"semantic-ui-css": "^2.4.1",
"semantic-ui-react": "^0.84.0",
"string.prototype.startswith": "^0.2.0",
"topola": "2.x"
},
"devDependencies": {

View File

@ -1,3 +1,5 @@
import 'react-app-polyfill/ie11';
import 'string.prototype.startswith';
import * as locale_en from 'react-intl/locale-data/en';
import * as locale_pl from 'react-intl/locale-data/pl';
import * as React from 'react';