fix(bundle): update the bundle config to point to rx.js
This commit is contained in:
parent
ce6a2ba836
commit
cf32213079
|
@ -572,7 +572,7 @@ var bundleConfig = {
|
||||||
},
|
},
|
||||||
meta: {
|
meta: {
|
||||||
// auto-detection fails to detect properly here - https://github.com/systemjs/builder/issues/123
|
// auto-detection fails to detect properly here - https://github.com/systemjs/builder/issues/123
|
||||||
'rx/dist/rx.all': {
|
'rx': {
|
||||||
format: 'cjs'
|
format: 'cjs'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue