We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba96b94 commit 50d3822Copy full SHA for 50d3822
2 files changed
skeleton/index.html.liquid
@@ -7,7 +7,6 @@
7
</head>
8
<body>
9
<div id="root"></div>
10
- <script type="module" src="/src/temporal-polyfill.ts"></script>
11
- <script type="module" src="/src/main.tsx"></script>
+ <script type="module" src="/src/entry.ts"></script>
12
</body>
13
</html>
skeleton/src/entry.ts
@@ -0,0 +1,3 @@
1
+import "./temporal-polyfill.js";
2
+
3
+await import("./main.js");
0 commit comments