fix(bundle): update the bundle config to point to rx.js

This commit is contained in:
Rado Kirov 2015-05-01 12:03:11 -07:00
parent ce6a2ba836
commit cf32213079
1 changed files with 1 additions and 1 deletions

View File

@ -572,7 +572,7 @@ var bundleConfig = {
},
meta: {
// auto-detection fails to detect properly here - https://github.com/systemjs/builder/issues/123
'rx/dist/rx.all': {
'rx': {
format: 'cjs'
}
}