Skip to content

Commit

Permalink
test(fix): update script src to new webpack output filename
Browse files Browse the repository at this point in the history
  • Loading branch information
leomp12 committed Jul 11, 2019
1 parent e9230ac commit d2323db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ <h1>Hello, world!</h1>

<div id="app"></div>

<script src="ecom-utils.min.js"></script>
<script src="ecom-utils.js"></script>
<script src="./demo.js"></script>
</body>
</html>

0 comments on commit d2323db

Please sign in to comment.