Working now
This commit is contained in:
13
src/templates/Create.html
Normal file
13
src/templates/Create.html
Normal file
@@ -0,0 +1,13 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Vinlottis</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
|
||||
<% for (var chunk in htmlWebpackPlugin.files.chunks) { %>
|
||||
<script src="<%= htmlWebpackPlugin.files.chunks[chunk].entry %>"></script>
|
||||
<% } %>
|
||||
</body>
|
||||
</html>
|
||||
1
src/templates/Index.html
Normal file
1
src/templates/Index.html
Normal file
@@ -0,0 +1 @@
|
||||
<div id="app"></div>
|
||||
Reference in New Issue
Block a user