-
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
ng build
or ng build --environment prod
works, but ng build --prod
or ng build --aot
fails
#9923
Comments
ng build
works, but ng build --prod
or ng build --aot
failsng build
or ng build --environment prod
works, but ng build --prod
or ng build --aot
fails
I can report the very same issue. I am on Windows 10, Node LTS 8.10.0 yarn 1.5.1 Angular Beta 7, CLI Beta 5 Thanks! |
If you want the full |
@pascallaprade-beslogic Thanks for sharing that link... I'm closing this issue. Duplicate of #9914 |
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. |
Versions
ng version: 1.7.3
node version: 9.8.0
OS: macOS 10.12.6 (Sierra)
Repro steps
These work
ng build
ng build --environment prod
These fail
ng build --prod
ng build --aot
Observed behaviour
Non-prod and non-AOT build is fine.
Desired behaviour
Would like to benefit from AOT build
The text was updated successfully, but these errors were encountered: