This commit is contained in:
Kasper Rynning-Tønnesen
2020-01-21 11:24:57 +01:00
parent d43405f3e1
commit c07d18e140
4 changed files with 25 additions and 13 deletions

View File

@@ -2,12 +2,9 @@
<html>
<head>
<title>Vinlottis</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
</head>
<body>
<div id="app"></div>
<% for (var chunk in htmlWebpackPlugin.files.chunks) { %>
<script src="<%= htmlWebpackPlugin.files.chunks[chunk].entry %>"></script>
<% } %>
</body>
</html>