Replies: 1 comment
-
We should be watching all linked files for changes, and updating your deps when that happens. Not sure why that isn't happening here. |
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
-
I am new to SnowPack and using it for the first time to try building a typescript library.
I'm running 'npm link' to create a symbolic link for local development. I'm able to link the library OK.
The problem is I can't get the consumer app to reflect the updated code when I make changes. I don't know if it's something I'm doing or a caching issue but below is a link to the bare-bones project with a step-by-step description of what I have tried to do to remedy the issue.
https://github.com/mrClapham/snowpack-link-issue
Beta Was this translation helpful? Give feedback.
All reactions