I just create a web app using reactjs.
works fine in almost all the browsers but i need to make it work in ie11. i add the polyfills as i see on other posts and works fine if a make a npm start (you know, development version).
the issue are when i create te build version (npm run build) and then call serve -s build to load the production version of the site.
Here is the issue i'm facing. When i open the site on ie11 production (serve -s build) shows blank but when i open the inspector to try to see what's happening, nothing shows. then i reload the page and load perfectly.
i try to refresh the site with the inspector close but nothing happens. i have no idea to find a bug that is not showing when i open the inspector.
i need help of this great community. Anyone knows why the site loads fine if the inspector is open? do the ie11 something different when the inspector is open than the inspector close.
any idea on how to find this bug that i can't track...