Skip to content
This repository has been archived by the owner on Nov 9, 2020. It is now read-only.

Don't pull in the entire Rx.js library #24

Open
jbgarr opened this issue Jan 6, 2017 · 0 comments
Open

Don't pull in the entire Rx.js library #24

jbgarr opened this issue Jan 6, 2017 · 0 comments

Comments

@jbgarr
Copy link

jbgarr commented Jan 6, 2017

As discussed in this issue it seems that for the System.js version of clarity-seed, the entire Rx.js library is being pulled in. This creates 343 requests related to the Rx.js library each time the seed project is fired up or reloaded. That makes for a pretty painful development experience.

I've suggested a fix in the mentioned issue to help reduce the number of requests so that only the parts of the RX.js library used by the Clarity components are pulled in (by creating a rxjs-operators.ts file). It's also the suggested method laid out by the Angular team.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant