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 |
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. |
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.