Forum Discussion
nipW
Mar 06, 2019Brass Contributor
SharePoint SPX development webpart
Hi, I m new to SPX development and I have created my first web part using Vs Code and run successfully, but when I do changes on the code and then run the code it won't reflect the changes on Sharep...
- Mar 12, 2019
Hi Vishwanatha,
Thanks for your reply, seems to be it is working now. But I haven't done any specific changes, so I cannot post the answer/ findings.
Only thing that I can think of is save every changes before run the gulp serve.
Thanks all.
Anonymous
Mar 06, 2019Hi nipW
Like FedericoPorceddu82 mentioned, if this happens when deploying a new version of the app, make sure that you update the version on config > package-solution.json
Keeping the same app version number on different code versions can lead to this issue.