Add promise polyfill

This commit is contained in:
Ken-Håvard Lieng 2018-04-30 22:41:12 +02:00
parent 33e0f67766
commit d4d03eac12
3 changed files with 3 additions and 1 deletions

View file

@ -1,3 +1,4 @@
import 'es6-promise/auto';
import React from 'react';
import { render } from 'react-dom';