You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently when the change in the codebase is done, developer needs to manually refresh the browser to see the changes. The bottom line is to automate those full refreshes. Ideally we should have hot module replacement but it needs investigation and will be done as a separate task.
# What this PR does
- enable auto reloading browser on frontend code changes in development
## Which issue(s) this PR fixes#3652
## Checklist
- [x] Unit, integration, and e2e (if applicable) tests updated
- [x] Documentation added (or `pr:no public docs` PR label added if not
required)
- [x] `CHANGELOG.md` updated (or `pr:no changelog` PR label added if not
required)
# What this PR does
- enable auto reloading browser on frontend code changes in development
## Which issue(s) this PR fixes#3652
## Checklist
- [x] Unit, integration, and e2e (if applicable) tests updated
- [x] Documentation added (or `pr:no public docs` PR label added if not
required)
- [x] `CHANGELOG.md` updated (or `pr:no changelog` PR label added if not
required)
Currently when the change in the codebase is done, developer needs to manually refresh the browser to see the changes. The bottom line is to automate those full refreshes. Ideally we should have hot module replacement but it needs investigation and will be done as a separate task.
Parent issue: #3650
The text was updated successfully, but these errors were encountered: