Hi, as the title, when i change the node dir code in some extension, there is no effect.
Steps:
- yarn start
- yarn watch
- cd /some_extension/ yarn watch
- change extension node dir code
- refresh browser.
Hi, as the title, when i change the node dir code in some extension, there is no effect.
Steps:
Server changes are not picked up by the browser. You have to restart the backend process if you change the backend code.
@kittaakos
Thank you for your reply.
Is there a faster way to monitor code changes in the background to improve development efficiency?