Is it possible to debug the source js files in IE 11 in a create-react-app project?
I have no problem doing this in chrome - but in IE11 I only have access to the bundle.js . In chrome it seems it knows how to use the source maps. I'd prefer to do this without having to eject.