I did some source + map concatenation, and the result works in Firefox and Chrome, but doesn't even request bundle.js.map from a web server in MS Edge and IE11.
The actual JS file is served from http: // localhost: 8080 / bundle.js
bundle.js ends with the line:
//
I tried and ended it with a new line and without, in both cases it does not work. Is there any checklist to view or even some kind of "validator"?
microsoft-edge source-maps
Bobris
source share