Charles

Results 44 issues of 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...

action: review
target: patch

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.

action: review
target: minor

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...

target: rc
action: merge

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...

state: blocked
target: minor

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...

action: review
target: rc
area: docs
adev: preview

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...

action: review
target: rc

### 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...

angular/build:application
area: @angular/build

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...

action: merge
merge: caretaker note
target: rc
area: docs
adev: preview

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....

action: review
target: patch

action: review
target: patch
area: build & ci