I have added the kendo default theme to angular application in angular.json. The compilation time takes more than 3 minutes whenever I make change the stylesheet in the root folder. The compilation time is more faster ,when I commented the kendo default theme from angular.json.
I tried to import the kendo theme as per the documentation in the style.scss file in root folder, but again the the compilation time is taking more than 3 minutes. Due to this the development time is taking more than usual.
How to override this problem.