mirror of
https://github.com/PeWu/topola-viewer.git
synced 2026-02-18 02:55:48 +00:00
Added polyfills for IE11 (IE11 still not fully working)
This commit is contained in:
parent
a1cd76273d
commit
cb2fad4fcd
@ -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": {
|
||||
|
||||
@ -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';
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user