Buildable libs in watch mode when serve an app locally #10917
ihor-panasiuk95
started this conversation in
General
Replies: 3 comments 1 reply
-
This seems to be working out of the box...if you serve some app which is consuming some monorepo lib, it automatically triggers the reload. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Hey @ihor-panasiuk95, did you figure this out? I am, like you, trying to find a way to provide hot reload of buildable libraries without luck for now. Thanks |
Beta Was this translation helpful? Give feedback.
0 replies
-
Same thing here. Any solutions? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
There is one limitation with buildable libs that prevents buildable libs to be in watch mode while starting application in watch mode.
Is that possible to somehow make buildable lib to work as not-buildable when I start application in serve mode locally? With that I'll be able to get updates in browser when I change something in buildable lib code. I thought something about skipping builds for buildable libs and without tsconfig being replaced with one that points to buildable libs build artifacts that would allow to build libs in the scope of an application (not like buildable lib, when it's built separatly, and just consumed by an app).
Is that possilbe? Or is there a way to workaround that so I can see updates in browser when I change code for buildable libs?
Beta Was this translation helpful? Give feedback.
All reactions