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
Currently, we're outputting the class helpers in ever CJS file we output, that means that anyone bundling them will end up having N copies of __extend methods in their bundle, where N in the number of our modules they import that use classes.
This is a particular problem for the Angular team.