We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Whenever I make a change to the project with hmr enabled, the environment sometimes switches back to the default environment.ts
environment.ts
For example, I will be on environment.prod.ts, then after a few changes, I will be on environment.ts for some reason.
environment.prod.ts
Anyone have an answer or fix to this?
The text was updated successfully, but these errors were encountered:
Have a look at this issue and comment: angular/angular-cli#10268 (comment)
Sorry, something went wrong.
No branches or pull requests
Whenever I make a change to the project with hmr enabled, the environment sometimes switches back to the default
environment.ts
For example, I will be on
environment.prod.ts
, then after a few changes, I will be onenvironment.ts
for some reason.Anyone have an answer or fix to this?
The text was updated successfully, but these errors were encountered: