Angular .cache and npm link issue

Viewed 22

I do local development. Have an Angular 12 library, doing ng build -watch and then linking to main project ( angular 12 ) by npm link. In Main project i'm also running with hot reloading( ng serve). And i can see my changes from library only once. If I want to see my next changes, i have to delete .cache folder in node_modules and then do rebuild. Is there any option how to fix this problem?

0 Answers
Related