LightningJS is not reflecting any changes

I’ve been developing a POC in lightningJS, For comparison I was working with reactJS for a week and I came back to lightningJS. Now when I tried to run the app it works fine, but the changes I’m making are not reflecting on the app. I commented out some components but it still shows. I’ve tried to close the terminal and rerun the application but still the issue persists. I deleted the build and Dist folder just to remove that scenario then I’ve restarted my Mac to check if that’s the case, still no help.

Anyone faced this issue before ? can anyone help me out?

Apparently it was some issue with VS Code. I closed the project and I’ve navigated to the project folder again and opened it. This fixed the issue