angular-cli
angular-cli copied to clipboard
CLI tool for Angular
# 🐞 Bug report ### Command (mark with an `x`) ``` - [ ] new - [ ] build - [ ] serve - [ ] test - [ ]...
### Which @angular/* package(s) are relevant/related to the feature request? platform-server ### Description When loading a route, the browser downloads the HTML file, then the main.js file, and only after...
### Command build, serve ### Description Implement build caching support in esbuild-based browser application builder ### Describe the solution you'd like Just like the webpack builder supports build caching, it...
### Command build ### Description When the CLI bundles Angular apps it can happen that multiple instances of `@angular/core` are bundled. This leads to a variety of errors at runtime...
### Command test ### Description It would be nice to allow the configuration of loaders for custom file extensions in `@angular-devkit/build-angular:jest` like for [`@angular-devkit/build-angular:application`](https://github.com/angular/angular-cli/pull/26371). ``` "options": { "loader": { ".png":...
### Command run ### 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 test ### Is this a regression? - [ ] Yes, this behavior used to work in the previous version ### The previous version in which this bug was...
### Command build ### Description With `application` builder serving as the default for new applications in v17+ and leveraging esbuild + Vite, new apps no longer need Webpack to build....
### Command test ### 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 update ### Is this a regression? - [ ] Yes, this behavior used to work in the previous version ### The previous version in which this bug was...