Skip to content

v1.6.0-rc.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@filipesilva filipesilva released this 29 Nov 23:04
· 14167 commits to main since this release

Bug Fixes

  • @angular/cli: Add app-shell error msg (fc3cf07)
  • @angular/cli: Allow app-shell build without hashing (ebda058)
  • @angular/cli: allow build output in outDir outside of project (fccedc8)
  • @angular/cli: Disable comparisons feature in uglify compression in production (9025b5a)
  • @angular/cli: ensure purify is before uglify (92a11de)
  • @angular/cli: honor project's hmr warning option (5250e7b)
  • @angular/cli: support ejection of service worker apps (e63b40a)
  • @angular/cli: support minified JS on safari 10 (e14920b)
  • @ngtools/webpack: fallback to main thread typechecking (2cd66e7), closes #8331