angular-cli: ng serve does not generate webpack bundle for debugging in the browser.
Recently update my application to angular v12 and webpack folder is not generated in the browser
I have the same application running angular v11.0.0 and the webpack bundle can be seen.
It’s this because of webpack 5 or a configuration issue? I use *.ts
files generated by the webpack bundle for debugging purposes.
Any insights will be appreciated.
Note:# Same application different angular versions running in parallel
About this issue
- Original URL
- State: closed
- Created 3 years ago
- Reactions: 3
- Comments: 18 (4 by maintainers)
Hi @richie50,
it appears that the project configuration was not migrated properly. Was
ng-update
invoked multiple times?Kindly try using the below config
Yeah it is expected see the changelog: https://github.com/angular/angular-cli/releases/tag/v12.0.0