Linked dependencies #747
duProgramuotojai
started this conversation in
General
Replies: 1 comment 3 replies
-
Linking in general does work for Snowpack. If you link a package properly, you can see in your We even allow HMR loading for linked packages as well. If you’re still having issues, please provide a code sample and I can help debug. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to migrate our project to snowpack and I'm not sure how linking is supposed to work, or if it's even possible.
So what I'm trying to achieve is that when I have linked dependency, it would rebuild.
My snowpack config looks like
when I do
npm link my-library
it complains that something from it is not found, which is correct, because in the mount section I don't specify that it should look also at /node_modules/my-libraryAny ideas, how I can achieve linking libraries work?
Beta Was this translation helpful? Give feedback.
All reactions