File tree Expand file tree Collapse file tree 4 files changed +28
-4
lines changed Expand file tree Collapse file tree 4 files changed +28
-4
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,13 @@ window = {
1818assert = function ( ) { } ;
1919
2020
21- System . config ( { baseURL : '/' , defaultJSExtensions : true } ) ;
21+ System . config ( {
22+ baseURL : '/' ,
23+ defaultJSExtensions : true ,
24+ paths : {
25+ 'rx' : 'examples/src/message_broker/rx.js'
26+ }
27+ } ) ;
2228
2329System . import ( "examples/src/message_broker/background_index" ) . then ( function ( m ) {
2430 console . log ( "running main" ) ;
Original file line number Diff line number Diff line change @@ -15,7 +15,13 @@ assert = function() {};
1515importScripts ( "b64.js" ) ;
1616
1717
18- System . config ( { baseURL : '/' , defaultJSExtensions : true } ) ;
18+ System . config ( {
19+ baseURL : '/' ,
20+ defaultJSExtensions : true ,
21+ paths : {
22+ 'rx' : 'examples/src/web_workers/images/rx.js'
23+ }
24+ } ) ;
1925
2026System . import ( "examples/src/web_workers/images/background_index" )
2127 . then (
Original file line number Diff line number Diff line change @@ -14,7 +14,13 @@ window = {
1414assert = function ( ) { } ;
1515
1616
17- System . config ( { baseURL : '/' , defaultJSExtensions : true } ) ;
17+ System . config ( {
18+ baseURL : '/' ,
19+ defaultJSExtensions : true ,
20+ paths : {
21+ 'rx' : 'examples/src/web_workers/kitchen_sink/rx.js'
22+ }
23+ } ) ;
1824
1925System . import ( "examples/src/web_workers/kitchen_sink/background_index" )
2026 . then (
Original file line number Diff line number Diff line change @@ -14,7 +14,13 @@ window = {
1414assert = function ( ) { } ;
1515
1616
17- System . config ( { baseURL : '/' , defaultJSExtensions : true } ) ;
17+ System . config ( {
18+ baseURL : '/' ,
19+ defaultJSExtensions : true ,
20+ paths : {
21+ 'rx' : 'examples/src/web_workers/todo/rx.js'
22+ }
23+ } ) ;
1824
1925System . import ( "examples/src/web_workers/todo/background_index" )
2026 . then (
You can’t perform that action at this time.
0 commit comments