forked from pinks/eris
1
0
Fork 0

Compare commits

...

3 Commits

Author SHA1 Message Date
Akiru 51849e73cb Merge pull request 'polyfill' (#4) from polyfill into main
Reviewed-on: #4
2024-01-28 14:39:40 +00:00
Akiru 9c607dd6c5 ui/index.html aktualisiert
Added the es-module-shims.js to index.html
2024-01-28 14:32:45 +00:00
Akiru 555272fbdd ui/es-module-shims.js hinzugefügt
This function is needed for browsers that don't have native support for import maps.
2024-01-28 14:31:23 +00:00
2 changed files with 7 additions and 2 deletions

4
ui/es-module-shims.js Normal file

File diff suppressed because one or more lines are too long

View File

@ -5,9 +5,10 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="/favicon.png" type="image/png">
<script type="module" src="/main.tsx"></script>
<script async src="/es-module-shims.js"></script>
<title>Eris</title>
</head>
<body>
</body>
</html>
</html>