fix: add promises polyfill for the windows target

This commit is contained in:
Florian Didron
2019-07-18 21:10:42 +09:00
parent 083153efc9
commit 8671b1e6cf
2 changed files with 2 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
import React from 'react';
import ReactDOM from 'react-dom';
import "core-js/stable";
import './index.css';
import App from './App';