Angular CLI: 13.0.0-next.6 Release

Release date:
September 22, 2021
Previous version:
13.0.0-next.5 (released September 15, 2021)
Magnitude:
112 Diff Delta
Contributors:
4 total committers
Data confidence:
Commits:

Top Contributors in 13.0.0-next.6

clydin
dgp1130
alan-agius4
renovate-bot

Directory Browser for 13.0.0-next.6

We haven't yet finished calculating and confirming the files and directories changed in this release. Please check back soon.

Release Notes Published

<a name="13.0.0-next.6"></a>

13.0.0-next.6 (2021-09-22)

Breaking Changes

@ngtools/webpack

  • Applications directly using the webpack-cli and not the Angular CLI to build must set the environment variable DISABLE_V8_COMPILE_CACHE=1. The @ngtools/webpack package now uses dynamic imports to provide support for the ESM @angular/compiler-cli package. The v8-compile-cache package used by the webpack-cli does not currently support dynamic import expressions and will cause builds to fail if the environment variable is not specified. Applications using the Angular CLI are not affected by this limitation. ### @angular-devkit/build-angular | Commit | Description | | -- | -- | | fix - 0d76bf04b | support WASM-based esbuild optimizer fallback | ### @angular-devkit/build-webpack | Commit | Description | | -- | -- | | fix - 9efcb32e3 | better handle concurrent dev-servers | ### @ngtools/webpack | Commit | Description | | -- | -- | | refactor - 7d98ab3df | support an ESM-only @angular/compiler-cli package | ## Special Thanks Alan Agius and Charles Lyding