Currently, we bundle RxJS with angular2 bundles, but we are removing all third-party dependencies from our bundles. We currently support UMD and System formats.
I propose creating a bundles folder in the root of the rxjs npm package.
bundles/rxjs.js (System register format)
bundles/rxjs.umd.js
I don't think there's any reason to do this with the rxjs-es package.
Currently, we bundle RxJS with angular2 bundles, but we are removing all third-party dependencies from our bundles. We currently support UMD and System formats.
I propose creating a
bundlesfolder in the root of the rxjs npm package.bundles/rxjs.js(System register format)bundles/rxjs.umd.jsI don't think there's any reason to do this with the
rxjs-espackage.