I am using cdkDropList of Angular material CdkDragDrop. Drag is working but drop is not working. It is only happening when I am using "ng build --prod". I tried with removing all default configuration for production in angular.json file.
Here is what I am facing -
Appreciate your help.