How to make Angular watch multiple libraries for changes and recompile when needed
问题 This question is much the same as Make angular app watch for libraries changes and update itself. But, that question was never successfully answered as applies to the use of multiple libraries. I also reviewed Angular library and live reload and surveyed the answers and links from both questions. My app is using two libraries: lib-1 and lib-2 . When those files are edited, they are ignored and the app does not recompile. To see changes, I have to restart the server which really slows things