Switched from snowpack to webpack (Preparing to add serviceworker)

This commit is contained in:
2021-07-31 21:18:16 +03:00
parent df91e5047c
commit c416354cfa
12 changed files with 128 additions and 53 deletions

View File

@ -9,6 +9,6 @@
<body>
<div id="root"></div>
<script type="module" src="/dist/index.js"></script>
<script type="module" src="/index.js"></script>
</body>
</html>