systemjs / plugin-css

CSS loader plugin
MIT License
92 stars 60 forks source link

Unhandled rejection 'Unexpected call to method or property access' in IE8 #120

Open MikeBKemp opened 7 years ago

MikeBKemp commented 7 years ago

Hi - using version >0.1.29 of the plugin causes the above error in IE8 for me.

It looks like commit da1404e (adding dynamic source maps injection support) removed the use of element.styleSheet.cssText which was presumably there for IE<9 support. Any chance of reinstating it or does that impact something else? Cheers.