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
fix(aot): output the sources in the sourcemap. (angular#3107)
This allows browsers to at least debug and breakpoints with `--aot`.
Note that the source will be different than the source on disk, because
we still perform some refactoring and we don't transform the sourcemap.
0 commit comments