Hello everyone, I am working on the Addon manager module.
Normally when i make changes on my code, the webpack auto bundles and updates the browser but the changes are currently not in the browser.
I have cleared cache, hard reloaded the browser and restarted my server, yet i am unable to see changes made.
The problem has been fixed. Apparently the issue was from the standalone settings and not the webpack compiler as i thought. Thanks @ivange94 and @suthagar23 for your input.
There was a bug i was trying to fix which required i make some changes to openmrs-standalone settings as shown above. Unknown to me, the effect of the change generated another openmrs folder in the standalone server which no longer corresponds to the path of the webpack configuration on my system. All i had to do was delete the config.json and referenceapplication-standalone , then restart a new referenceapplication-standalone