Skip to content

Commit

Permalink
chore: added esbuild plugin to support ts for local dev and test
Browse files Browse the repository at this point in the history
  • Loading branch information
hsuehic committed Mar 21, 2023
1 parent 1616ec3 commit 2053ff1
Show file tree
Hide file tree
Showing 5 changed files with 23,243 additions and 5 deletions.
4 changes: 1 addition & 3 deletions dev/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@
<head>
<meta charset="utf-8" />
<title>&lt;my-element> Demo</title>
<script src="../node_modules/@webcomponents/webcomponentsjs/webcomponents-loader.js"></script>
<script src="../node_modules/lit/polyfill-support.js"></script>
<script type="module" src="../my-element.js"></script>
<script type="module" src="../src/my-element.ts"></script>
<style>
p {
border: solid 1px blue;
Expand Down

0 comments on commit 2053ff1

Please sign in to comment.