Skip to content

Commit

Permalink
fix(bundle): update the bundle config to point to rx.js
Browse files Browse the repository at this point in the history
  • Loading branch information
rkirov committed May 1, 2015
1 parent ce6a2ba commit cf32213
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
}
Expand Down

0 comments on commit cf32213

Please sign in to comment.