You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm developing two packages in parallel: the library of my project as well as an application which uses the library.
The library is npm linked in the application, so that modifications to the library are available in the application immediately.
I'm using tsup --watch to build the application. But unfortunately it doesn't rebuilds when the library changes (not even if I --watch node_modules/my_library).
Is there any way to make tsup rebuild the application whenever the library changes?
The text was updated successfully, but these errors were encountered:
BlueNebulaDev
changed the title
Option to watch a dependency for changes
Tsup doesn't watch dependencies for changes
Jan 20, 2025
I'm developing two packages in parallel: the library of my project as well as an application which uses the library.
The library is
npm link
ed in the application, so that modifications to the library are available in the application immediately.I'm using
tsup --watch
to build the application. But unfortunately it doesn't rebuilds when the library changes (not even if I--watch node_modules/my_library
).Is there any way to make
tsup
rebuild the application whenever the library changes?The text was updated successfully, but these errors were encountered: