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
build: individual umd files include other entry-points. (#7976)
Currently every UMD file for a secondary-entry point inlines other secondary-entry points. This means that the individual secondary entry points can't be used properly in SystemJS apps.
Other secondary entry-points that are part of the current build package **should** be only inlined for the primary entry-point UMD bundle.
Fixes#7947
0 commit comments