We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c060f1 commit fdf6196Copy full SHA for fdf6196
index.html
@@ -14,7 +14,7 @@
14
15
<script src="systemjs.config.js"></script>
16
<script>
17
- System.import('app').catch(function(err){ console.error(err); });
+ System.import('app').catch(function(err){ console.error(err); });
18
</script>
19
</head>
20
systemjs.config.js
@@ -40,7 +40,7 @@
40
var config = {
41
map: map,
42
packages: packages
43
- }
+ };
44
45
System.config(config);
46
0 commit comments