Implement simple Webpack setup

This commit is contained in:
SteveSandersonMS
2016-02-11 14:49:24 -08:00
parent 778e6402d5
commit 8a412a5af3
11 changed files with 106 additions and 5 deletions

View File

@@ -3,4 +3,8 @@
}
<h1>Hello</h1>
Hi there.
Hi there. Enter some text: <input />
@section scripts {
<script src="dist/main.js"></script>
}