fix(playground): fix WebWorker single_thread example
This commit is contained in:
parent
c39e0463a3
commit
29c77df4be
|
@ -27,7 +27,7 @@ declare var System: any;
|
|||
'@angular/router': '/packages-dist/router/bundles/router.umd.js',
|
||||
'@angular/router-deprecated': '/packages-dist/router-deprecated/bundles/router-deprecated.umd.js',
|
||||
'@angular/core/src/facade': '/all/@angular/core/src/facade',
|
||||
'rxjs': location.pathname.replace(/index\.html$/, '') + 'rxjs'
|
||||
'rxjs': location.pathname.replace(/\w+\.html$/i, '') + 'rxjs'
|
||||
},
|
||||
packages: {
|
||||
'app': {defaultExtension: 'js'},
|
||||
|
|
Loading…
Reference in New Issue