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
You can try the live demo on stackblitz.
For example, change the src/main.js file, e.g. add alert('Hello!'); into JS file and you will see result immediately.
Current behaviour
After saving a change to index.html, the page flashes as if reloading, but the content has not changed.
Expected behaviour
Content changes are reloaded.
Reproduction Example
webpack.config.js
www/index.html
www/js/scripts.js
webpack serve
Environment
Additional context
Logs from
webpack serve
and after modifying the file and saving:The text was updated successfully, but these errors were encountered: