Replaced axios with fetch(). Added one more polyfill.

IE11 still does not work.
This commit is contained in:
Przemek Wiech
2019-02-07 01:26:25 +01:00
parent cb2fad4fcd
commit e1ba96296a
3 changed files with 11 additions and 6 deletions

View File

@@ -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';