sass.js
sass.js copied to clipboard
IE11 Not working,
error: <SCRIPT0: 6442016>(sass.worker.js (5,1))
ie11 error: <SCRIPT0: 6442016>(sass.worker.js (5,1))
I'm getting this exact error in IE11 and Edge. Seems like the latest version doesn't work in either
Has there been any progress on this issue? I'm getting this error in Edge:
SCRIPT0: SCRIPT0: 6452512 sass.worker.js (5,1)
Also experiencing this issue, a really bad fix is to roll back to v0.9.5; where the issue doesn't exist, but then sass.importer(fn)
is broken for me. There is no version where both sass.importer(fn)
is implemented and IE support exists.