我在Angular 7 App中使用AWS Amplify软件包。与ng服务搭配使用效果很好。但是当尝试使用ng build-prod
进行prod构建时,出现以下错误ERROR in aws-amplify-angular\dist\src\aws-amplify-angular.module.ts(82,2): Error during template compile of 'AmplifyAngularModule'
Function calls are not supported in decorators but 'ɵmakeDecorator' was called in 'NgModule'
'NgModule' calls 'ɵmakeDecorator'.
我的代码中的所有内容看起来都很不错,不确定该错误。我在Google上进行了研究,但找不到太多。让我知道是否有人遇到此问题并知道解决方法。