How to implement Hot Reloading to the lib when playing in the playground? #735
Unanswered
piscespieces
asked this question in
Q&A
Replies: 1 comment
-
Hey @piscespieces, I migrated to the latest version of parcel and I didn't have time yet to fix the hot reloading when modifying the library itself. I'll try to fix the issue this weekend if possible |
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 just cloned the project hoping to give it a read, understand it, and if possible be able to contribute.
I'm currently running the playground in the
example
directory, and from there I'm able to make changes and see them taking place instantly (hot reloading), but when making changes to the lib (react-toastify) I don't get hot reloading. I have to kill the server and run it again if I wanted to see changes made locally to the lib in the playground.Would appreciate any insights or ideas to get around it. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions