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

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