Skip to content

Commit eb5f527

Browse files
committed
fix(app): remove broken systemjs config (#460)
1 parent fdae6c7 commit eb5f527

File tree

1 file changed

+1
-2
lines changed
  • addon/ng2/blueprints/ng2/files/src/client

1 file changed

+1
-2
lines changed

addon/ng2/blueprints/ng2/files/src/client/index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<base href="/">
77
{{content-for 'head'}}
88
<link rel="icon" type="image/x-icon" href="favicon.ico">
9-
9+
1010
<!-- Service worker support is disabled by default.
1111
Install the worker script and uncomment to enable.
1212
Only enable service workers in production.
@@ -32,7 +32,6 @@
3232
<script src="vendor/angular2/bundles/http.dev.js"></script>
3333
<script src="vendor/angular2/bundles/router.dev.js"></script>
3434

35-
<script src="system-config.js"></script>
3635
<script>
3736
System.import('system-config.js').then(function(systemConfig) {
3837
System.config(systemConfig.config);

0 commit comments

Comments
 (0)