initialized webpack and babel

This commit is contained in:
Fran Jurmanović
2021-05-28 18:37:31 +02:00
commit 888c76829c
8 changed files with 4677 additions and 0 deletions

3
src/index.ts Normal file
View File

@@ -0,0 +1,3 @@
const main = document.querySelector("app-main");
if (main) main.innerHTML = "Works";