OfficeDev / Office-Addin-TaskPane-React

Template to get start started writing a TaskPane Office Add-in for the React framework using TypeScript
Other
53 stars 34 forks source link

Hot reload seems to be not working #155

Open yamapi-t opened 3 months ago

yamapi-t commented 3 months ago

Expected behavior

Hot reload working correctly. If I change and save some files, then I want the UI to change automatically.

Current behavior

After executing the generator command yo office, hot reload is not working. If I refresh the page manually, it will be updated.

Steps to Reproduce

  1. npm install -g yo generator-office
  2. yo office and choose react and typescript
  3. npm i && npm run dev-server
  4. change and save some files

Context

Please provide any relevant information about your setup. This is important in case the issue is not reproducible except for under certain conditions.

Rick-Kirkham commented 3 months ago

See 158