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
Add `--no-sourcemap` option to `ng build/serve/test`.
Disabling sourcemaps can help with build speeds. My tests on a medium project shoul a 11.5% improvement on initial builds, and a 37% improvement on rebuilds.
Disabling sourcemaps will make debugging harder, since it makes line information very innacurate.
Partially address #1980
0 commit comments