-
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
Error when building with AOT enabled when using Amplify #15035
Comments
Those appear to be legitimate errors within |
Same error.. |
We have found a solution. Look here: aws-amplify/amplify-js#3620 |
More specifically, the fix is here: aws-amplify/amplify-js#3620 (comment) Disabling the 'fullTemplateTypeCheck' in tsconfig.json (or in tsconfig-aot.json or similar depending on your setup) |
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
Command (mark with an
x
)Is this a regression?
I don't know, I never tried to build before.
Description
I'm running a basic
ng build --prod
and I'm getting the following error:🔬 Minimal Reproduction
https://github.com/jeremyputeaux/angular8-amplify-aot-build-problem
You just need:
npm i
andng build --prod
🔥 Exception or Error
🌍 Your Environment
Anything else relevant?
I'm using Window 10 and the WSL.
The text was updated successfully, but these errors were encountered: