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
{{ message }}
This repository was archived by the owner on May 1, 2020. It is now read-only.
Providers reload with changes on the first reload, but they are not reloading with code changes after second save/reload and then subsequent reloads thereafter.
Page class changes do continue to change and are reloaded in the browser as expected.
Expected behaviour?
When the code in a provider is changed and saved, webpack should rebuild and the changes should
live-reload in the browser.