I am working on this Angular 8 application and I am getting the following error while trying to create production build by running ng build --prod
.
ERROR in Unable to write a reference to DxiItemComponent in D:/workspace-venio/VenioWebMain/WebMain/OnDemand/app_src/node_modules/devextreme-angular/ui/nested/item-dxi.js from D:/workspace-venio/VenioWebMain/WebMain/OnDemand/app_src/node_modules/devextreme-angular/ui/
accordion.js
I have enabled Ivy,
"angularCompilerOptions": {
"enableIvy": true,
},
The DexExtreme library I am using is,
"dependencies": {
"devextreme": "^19.1.5",
"devextreme-angular": "^19.1.5",
}
The issue might be related to this reported issue. Any sort of help is appreciated.