Skip to content

Commit 162e09a

Browse files
authored
Add polyfill
1 parent 069390a commit 162e09a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,14 @@
55
<meta http-equiv="X-UA-Compatible" content="IE=edge">
66
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0" />
77
<title>GitXplore</title>
8-
<script href="https://cdn.jsdelivr.net/npm/promise-polyfill@7/dist/polyfill.min.js"></script>
9-
<script href="https://cdnjs.cloudflare.com/ajax/libs/fetch/2.0.3/fetch.min.js"></script>
108
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.98.0/css/materialize.min.css">
119
<link rel="stylesheet" href="https://cdn.rawgit.com/appbaseio/reactivesearch/v1/dist/css/style.min.css">
1210
<link href="https://fonts.googleapis.com/css?family=Monoton|Raleway" rel="stylesheet">
1311
<script src="https://use.fontawesome.com/87f7b0243f.js"></script>
1412
</head>
1513
<body>
1614
<div id="app"></div>
15+
<script src="https://cdn.polyfill.io/v2/polyfill.min.js"></script>
1716
<script src="dist/bundle.js"></script>
1817
</body>
1918
</html>

0 commit comments

Comments
 (0)