I am suddenly having issues with hot reloading on the Core vue-spa templates (which survives a restart of the machine). The webpack-build runs with no errors (while “dev” task is running), but the page refresh simply hangs indefinitely in the browser. There are no JavaScript errors generated in the console, but I noticed that the Networking Console is flooded with dozens of the following requests :
commenting out the long polling didn’t resolve the issue. I also tried deleting and re-creating the index.html file with no luck…
if I leave the tab open for long enough then eventually the Chrome DevTools crash…
scratches head
it didn’t do this from the outset (i.e: the behaviour was as expected for many weeks worth of development), which suggests something environmental to me. Just not sure where to look to try and figure this out…
perhaps its an endless render loop on the VUE side of things?
Yeah crashing Chrome could point to an infinite recursive loop. I’d look into debugging JS in WebInspector to see if anything unusual like that is happening.