added webpack setup

This commit is contained in:
2017-05-25 19:21:25 +02:00
parent 9952509a9e
commit 86c3d4383d
6 changed files with 2901 additions and 1 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
<html>
<body>
<canvas id="canvas" width="400" height="600" style="border: 1px solid #333"></canvas>
<script src="main.js"></script>
<script src="http://localhost:8080/dist/bundle.js"></script>
</body>
</html>