Dev server watch without reloading browser #2401
Answered by thepassle
nielsbauman asked this question in Q&A
-
Hi there, I know I can run Thanks |
Beta Was this translation helpful? Give feedback.
Answered by thepassle Jul 27, 2023
Replies: 1 comment 1 reply
-
Wds doesnt do any compilation. If you are using plugins that do some code transforms, those likely happen as the files are requested. It sounds like you just shouldnt use watch mode in this case. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by nielsbauman
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Wds doesnt do any compilation. If you are using plugins that do some code transforms, those likely happen as the files are requested. It sounds like you just shouldnt use watch mode in this case.