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
I don't know if this is a goal or not, but i tried to use your plugin + the babel plugin in order to serve ie11 script (i know i know) but the live reload is using array notation
do you think you could replace it?
this works (provided that an eventsource polyfill is loaded beforehand, but that is easy with polyfill.io)
(function() { new EventSource('${eventSource}').onmessage = function() {location.reload();}})();
The text was updated successfully, but these errors were encountered:
I don't know if this is a goal or not, but i tried to use your plugin + the babel plugin in order to serve ie11 script (i know i know) but the live reload is using array notation
do you think you could replace it?
this works (provided that an eventsource polyfill is loaded beforehand, but that is easy with polyfill.io)
(function() { new EventSource('${eventSource}').onmessage = function() {location.reload();}})();
The text was updated successfully, but these errors were encountered: