We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9356a9e + fb1dd6f commit 550f9baCopy full SHA for 550f9ba
index.html
@@ -3,6 +3,6 @@
3
</head>
4
<body>
5
<div id="app"></div>
6
- <script src="./src/main.ts"></script>
+ <script type="module" src="./src/main.ts"></script>
7
</body>
8
</html>
src/main.ts
@@ -1,3 +1,5 @@
1
+import { test } from './test'
2
+
const container = document.getElementById('app')
if (container) {
0 commit comments