-
Notifications
You must be signed in to change notification settings - Fork 12k
New issue
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
prod environment file not use when I build with --aot flag #4375
Comments
Please use the issue template when submitting this, there are some missing pieces like CLI version etc. |
hansl
added a commit
to hansl/angular-cli
that referenced
this issue
Feb 7, 2017
hansl
added a commit
to hansl/angular-cli
that referenced
this issue
Feb 7, 2017
hansl
added a commit
to hansl/angular-cli
that referenced
this issue
Feb 7, 2017
hansl
added a commit
to hansl/angular-cli
that referenced
this issue
Feb 7, 2017
hansl
added a commit
to hansl/angular-cli
that referenced
this issue
Feb 7, 2017
hansl
added a commit
that referenced
this issue
Feb 8, 2017
MRHarrison
pushed a commit
to MRHarrison/angular-cli
that referenced
this issue
Feb 9, 2017
asnowwolf
pushed a commit
to asnowwolf/angular-cli
that referenced
this issue
Apr 12, 2017
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
when I buil with this command : ng build --target=production --environment=prod --aot
The environment file used is not the environment.prod.ts file but the environment.ts
The problem is just when I put the --aot flag
The text was updated successfully, but these errors were encountered: