mirror of
https://github.com/PeWu/topola-viewer.git
synced 2026-08-01 00:21:48 +00:00
Replaced axios with fetch(). Added one more polyfill.
IE11 still does not work.
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import 'react-app-polyfill/ie11';
|
||||
import 'string.prototype.startswith';
|
||||
import 'array.prototype.find';
|
||||
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';
|
||||
|
||||
Reference in New Issue
Block a user