angular-library-seed icon indicating copy to clipboard operation
angular-library-seed copied to clipboard

Webpack only watching the first time

Open aminechir opened this issue 7 years ago • 0 comments

Hi,

First i would like to THANK YOU for this project because all the other I founded are old, obsolete, not-working ...

I have a problem when I use a link (with npm link) of my library app in my consumer app (angular cli basic app). The first time I make a change in the library, which is builded in watch mode, my consumer app is automatically recompiled.

But when i make a new change in library, my consumer app is no more recompiling again ? Why ???

As suggested in your tuto: i have to consoles:

. one for the library app running with npm run build:watch

. one for the consumer app running with ng serve --aot

aminechir avatar Mar 29 '18 07:03 aminechir