Skip to content

Commit 30609c8

Browse files
Foxandxssnaomiblack
authored andcommitted
chore: update quickstart for rc2
1 parent 70b9817 commit 30609c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/docs/_examples/quickstart/ts/systemjs.config.1.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040

4141
// Bundled (~40 requests):
4242
function packUmd(pkgName) {
43-
packages['@angular/'+pkgName] = { main: pkgName + '.umd.js', defaultExtension: 'js' };
43+
packages['@angular/'+pkgName] = { main: '/bundles/' + pkgName + '.umd.js', defaultExtension: 'js' };
4444
}
4545

4646
// Most environments should use UMD; some (Karma) need the individual index files

0 commit comments

Comments
 (0)