-
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
Exception gets hidden when '--output-path' is used in production build #7203
Comments
As a temporary workaround, the |
This seems to be a problem with |
thanks @filipesilva by the way, I tried with workaround '--no-extract-licenses' and it worked. I'll be glad if someone could provide some solution. |
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. |
Bug Report or Feature Request (mark with an
x
)Versions.
1.2.3
Repro steps.
if a component template using a property like below which is not present on component class, then run production build with
The log given by the failure.
Desired functionality.
We should be able to identify the erroneous component or its template when using --output-path or outDir.
Please let me know if you need more information.
Mention any other details that might be useful.
I also tried using outDir in .angular-cli.json however, got the same results.
The text was updated successfully, but these errors were encountered: