SSR only serves static page, never hydrates in IE11.
[issue link]I’m running a basic nuxt.js website, works perfect on Chrome, Safari, Firefox and Edge.
One issue:
On IE11, it seems to only serve the static page, and the javascript bundle never hydrates the static page.
Any insight into how I might get around this issue?
Should I look into generating a static site or???