I am facing multiple errors when attempting to build the application for production. Strangely, these errors do not appear when running ng build
. The errors only pop up when trying to run ng build --prod
. Is there a solution to resolve this issue? Appreciate any help in advance.
An error occurred during module build: TypeError: Cannot read property 'kind' of undefined
at isAngularDecoratorMetadataExpression (/Users/dhinendran/Documents/sample-client/node_modules/@angular-devkit/build-optimizer/src/transforms/scrub-file.js:245:35)
For more detailed information about the issue, please see the full error message above.