Skip to content
This repository has been archived by the owner on Oct 9, 2020. It is now read-only.
This repository has been archived by the owner on Oct 9, 2020. It is now read-only.

Incorrect sourcemap paths on Windows #845

Closed
ArmorDarks opened this issue Apr 12, 2018 · 3 comments
Closed

Incorrect sourcemap paths on Windows #845

ArmorDarks opened this issue Apr 12, 2018 · 3 comments
Labels

Comments

@ArmorDarks
Copy link

There was an issue with JSPM jspm/jspm-cli#2361, which later was resolved by #837.

Unfortunately, similar issue with sourcemaps paths still persists on Windows (assuming that mentioned fix has been already tested on non-Windows OS).

Here is example of sourcemap path on Windows 10:

{"version":3,"sources":["src/file:/J:/_DEL_JSPM_TEST/src/app.js"],"names":[],"mappings":";;;;;;AAAA,QAAQ","file":"build.js"}

To avoid duplication, I will refer to my comments in jspm/jspm-cli#2361.

Starting from jspm/jspm-cli#2361 (comment) I'm describing a case (there also can be found archive where the issue can be reproduced). In the last comment, I'm trying to dig to the reasons of that issue, with minor success, though.

@guybedford
Copy link
Member

Sorry for the delayed response here. If you are able to track this down at all or provide a fix I'll gladly review.

@guybedford guybedford added the bug label May 3, 2018
@ArmorDarks
Copy link
Author

That's jspm/jspm-cli#2361 (comment) as far as I could track the issue. Afterward starts things, which I can't comprehend right now. I have a feeling that issue actually caused by Rollup.

@ArmorDarks
Copy link
Author

The issue seems to be resolved in 0.17.0-beta.48. I suppose by updating Rollup dependency.

However, it introduced another issue #849

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants