-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
AngularCLI build with Ivy enabled fails on --prod flag build #3762
Comments
@willkara - In the angularCompiler options, can you try setting the 'fullTemplateTypeCheck' to false? We realize this is not a true solution, but interested to know if it unblocks you for now. |
@haverchuck at work now, but will check when I get home. |
@willkara I don't think we are able to support Ivy yet. We will be making a note of this in our documentation. |
No problem 😁 thank for checking back in.
…On Fri, Aug 2, 2019, 10:52 Dustin Noyes ***@***.***> wrote:
@willkara <https://github.com/willkara> I don't think we are able to
support Ivy yet. We will be making a note of this in our documentation.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#3762?email_source=notifications&email_token=AAZAQJ3CRGY7WCSLPVZ4F3DQCRCZ7A5CNFSM4IHX3JW2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD3N7AZQ#issuecomment-517730406>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAZAQJ7DI3L6MB3CWKAPY23QCRCZ7ANCNFSM4IHX3JWQ>
.
|
@haverchuck Is there any progress on this? Ivy delivers some compelling performance improvements (when I remove Amplify) but I'm now having to consider moving to other serverless solutions in anticipation of Angular 9 release (Ivy on by default; now in RC). Any information either way would be helpful and appreciated :) |
Hi guys, i have published @flowaccoun/aws-amplify-angular version 4.2.11 @flowaccount/aws-amplify-angular Its working with angular 9 now, We need to use it now, so I took the liberty :) For the official version, the below steps need to be taken with the following Pull request
For now, anyone has a hurry or urgent need like us, please use the ‘@flowaccount/awns-amplify-angular’ :) Cheers |
Closing as the package |
Describe the bug
While trying to run
ng build --prod
on an AngularCLI project with Ivy enabled, it fails on the buildSame as #3620
To Reproduce
Steps to reproduce the behavior:
npm install aws-amplify aws-amplify-angular
ng build --prod
I've tried getting rid of both default compilerOptions and having ONLY IvyEnabled.
Expected behavior
Build completes successfully
Screenshots
Build output
tsconfig.json
package.json
Desktop (please complete the following information):
Windows 10. Building in Webstorm with Node v10.15.1
=
The text was updated successfully, but these errors were encountered: