Charles
Charles
Previously, the `application` builder would consider all imports originating from a package to be considered external when caching was enabled. This allows Vite's prebundling to function and optimize the build/rebuild...
Vite v5 updated the client code's error dialog text. This requires that the text replacement code also be updated to remove unactionable information from the error dialog.
The description for the optional application builder migration is shown within the optional migration selection prompt. The description is currently fairly lengthy and can effect readability within a terminal. To...
Processing overhead has been reduce during resolution when the fallback path is enabled for prebundling due to either prebundling exclusions or custom loader options being present. The resolution logic now...
The application migration instructions and information page now contains updated information related to the v18 release. This includes a reordering of the migration section to mention the automatic migration first...
The multi-threaded Sass rendering system now uses a thread pool back by the `piscina` package. This package is already used in multiple locations throughout the build system. This replaces the...
### Command build ### Description Implement WASM import support in esbuild-based browser application builder. ### Describe the solution you'd like Allow WASM files to be used within a static import...
The Angular CLI documentation topic for migrating to the new build system now has a navigation label of "Migrating to new build system" instead of "esbuild". This new label better...
The SSR schematic was previously only checking for the application build found within the `@angular-devkit/build-angular` package which is only an alias to the actual builder found in the `@angular/build` package....