no modules
Browse files- src/index.html +2 -2
src/index.html
CHANGED
@@ -2,8 +2,8 @@
|
|
2 |
|
3 |
<head>
|
4 |
<link rel="stylesheet" href="style.css">
|
5 |
-
<script src="distill.bundle.js"
|
6 |
-
<script src="main.bundle.js"
|
7 |
<meta name="viewport" content="width=device-width, initial-scale=1">
|
8 |
<meta charset="utf8">
|
9 |
<base target="_blank">
|
|
|
2 |
|
3 |
<head>
|
4 |
<link rel="stylesheet" href="style.css">
|
5 |
+
<script src="distill.bundle.js" fetchpriority="high" blocking></script>
|
6 |
+
<script src="main.bundle.js" fetchpriority="low" defer></script>
|
7 |
<meta name="viewport" content="width=device-width, initial-scale=1">
|
8 |
<meta charset="utf8">
|
9 |
<base target="_blank">
|