Update transpilation example to Babel 6 and remove system.js

This commit is contained in:
SteveSandersonMS
2016-03-23 13:36:47 +00:00
parent 908bc6a577
commit 980054b321
6 changed files with 9 additions and 14 deletions

View File

@@ -1,6 +1,5 @@
Hello
@section scripts {
<script src="lib/system.js"></script>
<script>System.import('js/main.js');</script>
<script src='js/main.js'></script>
}