Skip to content

Map file path in js-data-http.min.js is incorrect. #45

Closed
@ajbogh

Description

@ajbogh

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).

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions