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

@@ -4,6 +4,7 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"core-js": "^3.1.4",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"wails-react-scripts": "3.0.1-2",

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