This commit is contained in:
atisawd 2018-06-30 05:21:44 +05:30
parent 37c9201285
commit 6592d47354
6 changed files with 12 additions and 3 deletions

View file

@ -75,6 +75,6 @@
</head>
<body>
<div id="app"></div>
<script src="static/dist/bundle.js?v=18"></script>
<script src="static/dist/bundle.js?v=19" async></script>
</body>
</html>

File diff suppressed because one or more lines are too long

Binary file not shown.

File diff suppressed because one or more lines are too long

Binary file not shown.

9
static/dist/index.html vendored Normal file
View file

@ -0,0 +1,9 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Webpack App</title>
</head>
<body>
<script type="text/javascript" src="/static/dist/bundle.js"></script></body>
</html>