chore: track size of a "Hello world" app built with SystemJS

Closes #6621
This commit is contained in:
Pawel Kozlowski
2016-01-20 17:56:00 +01:00
parent 132829e5e2
commit 9c96b8affc
6 changed files with 89 additions and 24 deletions

View File

@ -0,0 +1 @@
System.import('index').catch(console.error.bind(console));