angular-cli
angular-cli copied to clipboard
CLI tool for Angular
When resolving Sass imports in the experimental esbuild-based browser application builder's Sass plugin, previously imported modules are used as the base for resolution attempts to workaround the lack of the...
This commits adds the `assets` option to the server builder. This can be useful to copy server specific assets such as config files. Closes #24203
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@angular/animations](https://togithub.com/angular/animations-builds) | dependencies | digest | `9f9e6f2` -> `36a4ff3` | | [@angular/animations](https://togithub.com/angular/angular) |...
This dependency is no longer needed since we no longer generate es5 output.
### Command build ### Is this a regression? - [ ] Yes, this behavior used to work in the previous version ### The previous version in which this bug was...
When using the experimental esbuild-based browser application builder, the JavaScript transformation steps of the build process will now be performed within a worker pool to allow for the steps to...
### Command build ### Is this a regression? - [ ] Yes, this behavior used to work in the previous version ### The previous version in which this bug was...
### Command build ### Is this a regression? - [X] Yes, this behavior used to work in the previous version ### The previous version in which this bug was not...
### Command build ### Description The `@angular-devkit/build-angular:browser-esbuild` builder is missing the ability to transform the ESBuild configuration as it's done in `@angular-devkit/build-angular:browser`. The `executeBrowserBuilder` function from the `@angular-devkit/build-angular:browser` builder accepts...