
Announcements
Hi,
Just started playing around with PCF. When i run the pac pcf start comamnd it starts the browser with my control loaded and the terminal displays the message 'Ready for changes'.
Makes me think is is waiting for code changes and will rebuild and reload after code changes(live reload). Its not doing that. Is it supposed to?
Russell
Hi @Anonymous ,
You can use
npm start watch
That will refresh the browser when you make changed in your PCF.
Hope this helps!