transform setup.js to the webpacked version in the build

This commit is contained in:
zadam
2020-05-08 20:50:53 +02:00
parent 48c843c087
commit 64c9734f05
4 changed files with 5 additions and 4 deletions

View File

@@ -210,7 +210,7 @@
<script src="libraries/knockout.min.js"></script>
<script src="app-dist/setup.js" crossorigin type="module"></script>
<script src="app/setup.js" crossorigin type="module"></script>
<link href="stylesheets/themes.css" rel="stylesheet">
</body>
</html>