Closed
Description
The map file should be relative to the min.js file. The path in js-data-http.min.js is "dist/js-data-http.min.map". This should be changed to "js-data-http.min.map".
-- //# sourceMappingURL=dist/js-data-http.min.map
++ //# sourceMappingURL=js-data-http.min.map
I believe the change can be made in the package.json file on line 26 (the min line).