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
I noticed Angular didn't print a couple of expected errors on console and I also haven't seen the typical "Angular is running in development mode." (or something similar)
Describe the bug
I noticed Angular didn't print a couple of expected errors on console and I also haven't seen the typical "Angular is running in development mode." (or something similar)
A quick research showed, that you can properly set
enableProdMode
, it also is correctly read from the builder config but it is ignored later on after all.Workaround: set
NODE_ENV=development
before running Storybook.Reproduction link
https://stackblitz.com/edit/github-hxakzq?file=angular.json
Reproduction steps
System
Additional context
No response
The text was updated successfully, but these errors were encountered: