Skip to content

Commit cf32213

Browse files
committed
fix(bundle): update the bundle config to point to rx.js
1 parent ce6a2ba commit cf32213

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -572,7 +572,7 @@ var bundleConfig = {
572572
},
573573
meta: {
574574
// auto-detection fails to detect properly here - https://github.com/systemjs/builder/issues/123
575-
'rx/dist/rx.all': {
575+
'rx': {
576576
format: 'cjs'
577577
}
578578
}

0 commit comments

Comments
 (0)