Skip to content

Commit cbec62c

Browse files
committed
older browser compatibility
1 parent 8c209fc commit cbec62c

File tree

7 files changed

+78
-115
lines changed

7 files changed

+78
-115
lines changed

assets/index-5gSWPch3.js

Lines changed: 52 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/index-Brvbqg_N.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/index-Bz_Mcwxz.js

Lines changed: 0 additions & 112 deletions
This file was deleted.

assets/index-Cbybz7VU.css

Lines changed: 0 additions & 1 deletion
This file was deleted.

assets/index-legacy-CppTP6Ky.js

Lines changed: 14 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/polyfills-legacy-Byh4kHDv.js

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

index.html

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,10 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
66
<link rel="shortcut icon" href="/icon.png" type="image/png" />
77
<title>Civ Map</title>
8-
<script type="module" crossorigin src="/assets/index-Bz_Mcwxz.js"></script>
9-
<link rel="stylesheet" crossorigin href="/assets/index-Cbybz7VU.css">
8+
<script type="module" crossorigin src="/assets/index-5gSWPch3.js"></script>
9+
<link rel="stylesheet" crossorigin href="/assets/index-Brvbqg_N.css">
10+
<script type="module">import.meta.url;import("_").catch(()=>1);(async function*(){})().next();if(location.protocol!="file:"){window.__vite_is_modern_browser=true}</script>
11+
<script type="module">!function(){if(window.__vite_is_modern_browser)return;console.warn("vite: loading legacy chunks, syntax error above and the same error below should be ignored");var e=document.getElementById("vite-legacy-polyfill"),n=document.createElement("script");n.src=e.src,n.onload=function(){System.import(document.getElementById('vite-legacy-entry').getAttribute('data-src'))},document.body.appendChild(n)}();</script>
1012
</head>
1113
<body style="margin: 0; background-color: black; color: white">
1214
<div id="root">
@@ -21,5 +23,8 @@
2123
Loading ...
2224
</div>
2325
</div>
26+
<script nomodule>!function(){var e=document,t=e.createElement("script");if(!("noModule"in t)&&"onbeforeload"in t){var n=!1;e.addEventListener("beforeload",(function(e){if(e.target===t)n=!0;else if(!e.target.hasAttribute("nomodule")||!n)return;e.preventDefault()}),!0),t.type="module",t.src=".",e.head.appendChild(t),t.remove()}}();</script>
27+
<script nomodule crossorigin id="vite-legacy-polyfill" src="/assets/polyfills-legacy-Byh4kHDv.js"></script>
28+
<script nomodule crossorigin id="vite-legacy-entry" data-src="/assets/index-legacy-CppTP6Ky.js">System.import(document.getElementById('vite-legacy-entry').getAttribute('data-src'))</script>
2429
</body>
2530
</html>

0 commit comments

Comments
 (0)