Watch the buildinfo file #3409
EduardoLopes
started this conversation in
General
Replies: 1 comment 2 replies
-
|
Did you try adding the buildinfo file to the We're open to ideas that help improve the monorepo DX |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
I'm developing a component library within a monorepo. This monorepo also contains the documentation application for the library.
When I make a change to the library, a new buildinfo file is generated.
The problem is that this change isn't detected by:
For both applications, I have to stop and restart the dev server to see the new CSS generated from the updated buildinfo file.
Is there any way to make Panda watch for changes to this buildinfo file from a local library so I don't need to restart the server?
If this isn't supported yet, I'm willing to look into the codebase and help contribute this feature if it's aligned with the project's plans.
Thanks!
edit: the application updates with the new generated classes. but the classes doesn't have effect because the css was not generated.
Beta Was this translation helpful? Give feedback.
All reactions