Dev server watch without reloading browser #2401
-
Hi there, I know I can run Thanks |
Beta Was this translation helpful? Give feedback.
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.
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.