fix(angular): correct builder path in angular.json and added the @angular-devkit/build-angular package#51
fix(angular): correct builder path in angular.json and added the @angular-devkit/build-angular package#51JeevanMahesha wants to merge 0 commit intostackblitz:mainfrom
Conversation
|
@Nemikolh I realized I made a small mistake in my previous PR that was just merged. I caught this issue after checking on Stackblitz.com. I've already made the necessary fix and tested it locally. Could you please review and merge the updated PR at your earliest convenience? |
Nemikolh
left a comment
There was a problem hiding this comment.
Thanks for checking and for the quick PR. Could you submit only the fix in this PR and have the update in a separate PR?
angular/angular.json
Outdated
| } | ||
| }, | ||
| "serve": { | ||
| "builder": "@@angular-devkit/build-angular:dev-server", |
There was a problem hiding this comment.
yes along with that added the build package
There was a problem hiding this comment.
This change is pretty big. I'm worried about performance for Angular on stackblitz because of all those new dependencies being added. Could we maybe stay on 19.0.5 which seems to had less?
|
Thanks for your efforts, @JeevanMahesha! Sorry about the revert PR - we noticed that it wasn't possible to create new Angular Stackblitz projects and asked for a quick revert since there was some discussion here on what the right path forward was. |
No description provided.