blueberryapps / react-load-script

React component that makes it easy to load 3rd party scripts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to load script if contains <!--[if lte IE 8]><![endif]-->

sonyarianto opened this issue · comments

Hi,
I have script with this condition

<!--[if lte IE 8]><script src="assets/js/ie/respond.min.js"></script><![endif]-->

How to load using this package?