diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2016-05-13 14:51:33 +0200 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2016-05-13 14:51:33 +0200 |
commit | 5109ee61483b46acf7a76be51da7d032afea5b33 (patch) | |
tree | b6bee1a0005415b8cbbb470493545ce7a36fb43d /client/systemjs.config.js | |
parent | f03996dad65281fbb64b7b8ab31d279d7b332a22 (diff) | |
download | PeerTube-5109ee61483b46acf7a76be51da7d032afea5b33.tar.gz PeerTube-5109ee61483b46acf7a76be51da7d032afea5b33.tar.zst PeerTube-5109ee61483b46acf7a76be51da7d032afea5b33.zip |
Fix Rxjs import in browser
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', |