mirror of
https://github.com/prymitive/karma
synced 2026-05-07 03:26:52 +00:00
fix(ui): drop whatwg-fetch import as it's included in react-app-polyfill
This commit is contained in:
@@ -50,8 +50,7 @@
|
||||
"react-tippy": "1.2.3",
|
||||
"react-transition-group": "4.0.0",
|
||||
"react-truncate": "2.4.0",
|
||||
"semver": "6.0.0",
|
||||
"whatwg-fetch": "3.0.0"
|
||||
"semver": "6.0.0"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "NODE_ENV=dev REACT_APP_BACKEND_URI=http://localhost:8080 react-scripts start",
|
||||
|
||||
@@ -2,9 +2,6 @@
|
||||
// https://github.com/facebook/create-react-app/blob/master/packages/react-app-polyfill/README.md
|
||||
import "react-app-polyfill/stable";
|
||||
|
||||
// fetch() polyfill for IE and some mobile browsers
|
||||
import "whatwg-fetch";
|
||||
|
||||
import React from "react";
|
||||
import ReactDOM from "react-dom";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user