From ca5907998ecf09d8c1c5341a3645caa00fc38c67 Mon Sep 17 00:00:00 2001 From: Noah Loomans Date: Thu, 3 May 2018 16:04:41 +0200 Subject: Add polyfills for iOS and IE --- src/client/react/index.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/client/react/index.js b/src/client/react/index.js index 5fa7d0d..2a66f82 100644 --- a/src/client/react/index.js +++ b/src/client/react/index.js @@ -18,6 +18,8 @@ * */ +import 'babel-polyfill'; +import 'whatwg-fetch'; import React from 'react'; import ReactDOM from 'react-dom'; import moment from 'moment'; -- cgit v1.1