Skip to content

Commit 0ab96b9

Browse files
committed
fix(skeleton): load temporal polyfill in index.html
1 parent 9905834 commit 0ab96b9

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

skeleton/index.html.liquid

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
</head>
88
<body>
99
<div id="root"></div>
10+
<script type="module" src="/src/temporal-polyfill.ts"></script>
1011
<script type="module" src="/src/main.tsx"></script>
1112
</body>
1213
</html>

skeleton/src/main.tsx.liquid

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import "./temporal-polyfill.js";
21
{%- if features contains "auth0" -%}
32
import { Auth0Provider } from "@auth0/auth0-react";
43
import AuthGuard from "@/components/AuthGuard/index.ts";

0 commit comments

Comments
 (0)