diff options
Diffstat (limited to 'client/systemjs.config.js')
-rw-r--r-- | client/systemjs.config.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/systemjs.config.js b/client/systemjs.config.js index 6b284ec63..0ac94ca44 100644 --- a/client/systemjs.config.js +++ b/client/systemjs.config.js | |||
@@ -29,7 +29,7 @@ | |||
29 | packages: packages, | 29 | packages: packages, |
30 | bundles: { | 30 | bundles: { |
31 | 'angular-rxjs.bundle': [ | 31 | 'angular-rxjs.bundle': [ |
32 | 'rxjs', | 32 | 'rxjs/Rx.js', |
33 | '@angular/common/index.js', | 33 | '@angular/common/index.js', |
34 | '@angular/compiler/index.js', | 34 | '@angular/compiler/index.js', |
35 | '@angular/core/index.js', | 35 | '@angular/core/index.js', |