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
Right now angular-odata takes almost 200KB in our initial production bundle chunk. Far exceeding any other libraries in size.
Is there any way to make angular-odata modular and introduce secondary entry points to make it tree-shakable?
Schema loading logic maybe could be separated?
The text was updated successfully, but these errors were encountered:
Right now
angular-odata
takes almost 200KB in our initial production bundle chunk. Far exceeding any other libraries in size.Is there any way to make
angular-odata
modular and introduce secondary entry points to make it tree-shakable?Schema loading logic maybe could be separated?
The text was updated successfully, but these errors were encountered: