From cf3221307914920b3c594a9041698902eafa94c2 Mon Sep 17 00:00:00 2001 From: Rado Kirov Date: Fri, 1 May 2015 12:03:11 -0700 Subject: [PATCH] fix(bundle): update the bundle config to point to rx.js --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index 26e35eb642..8b76720ac8 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -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' } }