You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 27, 2022. It is now read-only.
I am having the same issue. Angular Dev Tools is not working on my development environment, and I am using Angular 12.2.0. I am attaching a screenshot of the issue.
Same issue since I update my project from 11.x to 12.2.x. I'm not building in prod configuration, but my devtools detect a production build.
EDIT :
I fixed this issue. In angular.json, juste specify "optimization": false in your dev build options. Before Angular 12, it wasn't mandatory. Don't forget to set it to true in your production build.
Hi this issue is similar to #868.
angular.json (cant share it all)
architect.build.options
:architect.conficurations.dev
:I tried with and without default.
By launching ng serve (i have to use ssl) with and without the conf:
ng serve --ssl
ng serve --configuration dev --ssl
the result is the same:
ng version
The text was updated successfully, but these errors were encountered: