Relative Content

Tag Archive for angularwebpackangular-materialbabeljsstyles

How to reduce the compilation time of styles.scss in Angular

Problem My styles.scss imports files as shown in the picture. styles.scss Every time I modify the content of one of these imported files, the recompilation takes more than a minute. What I’ve tried I’ve searched for many related issues and tried modifying webpack and babel configurations, but nothing has helped. Expected Is there any method […]