Skip to content

Commit fdde455

Browse files
committed
build(core): update demo to reference TS file for esbuild
1 parent f11f112 commit fdde455

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/demo/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
};
103103
</script>
104104
<script async type="module">
105-
import '../dist/index.js';
105+
import '../src/index.ts';
106106
</script>
107107
</head>
108108
<body>

0 commit comments

Comments
 (0)