You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 9, 2020. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The text was updated successfully, but these errors were encountered: