Replies: 2 comments 7 replies
-
Very surprised to hear that unbundled reloads are slow, Snowpack shouldn't be rebuilding any files across reloads (unless one changed) so I'm not sure what work Snowpack would even be doing that would take 30s. Can you share a stack trace (or a screenshot of your devtools network tab) where you're seeing this on reload? |
Beta Was this translation helpful? Give feedback.
6 replies
-
@FredKSchott Do you have any thoughts on this ? This currently makes our dev setup painful to use. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
After HMR of a module, it starts appearing multiple times in the Source directory, and it becomes really difficult to debug and find the correct one.
This makes HMR more gimmicky rather than being useful as a developer naturally would want to put breakpoints on the code.
Since, things are now unbundled reloads are painfully slow (~30s) in our case, so seems the bundled in Dev setup with reloads was better after all.
Thoughts ?
Beta Was this translation helpful? Give feedback.
All reactions