When using IE11, browser-sync fails to inject changed stylesheet. The following error is displayed by IE11 console:
Object doesn't support property or method 'from'
This is probably coming from the use of the unsupported Array.from method.
Open a browser-sync managed page on IE11 and make some changes to a stylesheet.
@ericmorand this has been fixed as part of https://github.com/BrowserSync/browser-sync/tree/client-ts and will be in the next release 馃憤
Awesome! Thank you.
Loading this polyfill seems to fix this.. until it gets updated.
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/from
Most helpful comment
@ericmorand this has been fixed as part of https://github.com/BrowserSync/browser-sync/tree/client-ts and will be in the next release 馃憤