I am loading a series of shims to try and get IE8 support in my react project. Below is the shims and order they are being loaded:
    html5shiv.js
    es5-shim.js
    es5-sham.js
    json2.js
    bind-shim.js
    object-shim.js
    eventShim.js
    respond.min.js
I also have a console polyfill file that loads at the end. All of these are being compiled into a single file, but for some reason the Bootstrap hidden property is not working.
I was wondering if it was an order deal or maybe these shouldn't all be loaded together.
