Separate vendor bundle

This commit is contained in:
Ken-Håvard Lieng 2015-06-08 00:11:03 +02:00
parent 3d20edd960
commit d11ad72f03
5 changed files with 66 additions and 29 deletions

View file

@ -10,6 +10,7 @@
<link href="bundle.css" rel="stylesheet">
</head>
<body>
<script src="vendor.js"></script>
<script src="bundle.js"></script>
</body>
</html>